Searched defs:SupportedExtensionsError (Results 1 – 2 of 2) sorted by relevance
141 pub enum SupportedExtensionsError { enum148 impl error::Error for SupportedExtensionsError { implementation158 impl fmt::Display for SupportedExtensionsError { implementation173 impl From<OomError> for SupportedExtensionsError { implementation175 fn from(err: OomError) -> SupportedExtensionsError { in from()180 impl From<LoadingError> for SupportedExtensionsError { implementation182 fn from(err: LoadingError) -> SupportedExtensionsError { in from()187 impl From<Error> for SupportedExtensionsError { implementation189 fn from(err: Error) -> SupportedExtensionsError { in from()
123 ) -> Result<Self, SupportedExtensionsError> { in supported_by_device_raw() argument