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