Searched defs:LabelError (Results 1 – 4 of 4) sorted by relevance
2 pub struct LabelError(pub String); struct4 impl std::fmt::Display for LabelError { implementation10 impl std::error::Error for LabelError { implementation16 impl From<String> for LabelError { implementation
33 enum LabelError { enum