Searched defs:EmitterError (Results 1 – 3 of 3) sorted by relevance
18 pub enum EmitterError { enum37 impl From<io::Error> for EmitterError { implementation39 fn from(err: io::Error) -> EmitterError { in from()44 impl fmt::Display for EmitterError { implementation58 impl Error for EmitterError { implementation
14 class EmitterError(YAMLError): class
21 EmitterError = yaml.emitter.EmitterError variable