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