pub type EntryError = Error<EntryErrorKind>;
Aliased Type§
struct EntryError { /* private fields */ }
Trait Implementations§
Source§impl From<Error<DirectGetErrorKind>> for EntryError
impl From<Error<DirectGetErrorKind>> for EntryError
Source§fn from(err: DirectGetError) -> Self
fn from(err: DirectGetError) -> Self
Converts to this type from the input type.