Struct yaml_rust::emitter::YamlEmitter
source · pub struct YamlEmitter<'a> { /* private fields */ }
Implementations§
source§impl<'a> YamlEmitter<'a>
impl<'a> YamlEmitter<'a>
pub fn new(writer: &'a mut dyn Write) -> YamlEmitter<'_>
sourcepub fn is_compact(&self) -> bool
pub fn is_compact(&self) -> bool
Determine if this emitter is using ‘compact inline notation’.