pub type ApiError = Error<Error>;
Aliased Type§
pub enum ApiError {
Api(Error),
Utf8(Utf8Error),
FromUtf8(FromUtf8Error),
CStr(NulError),
NullPtr(NullPtrError),
}
Variants§
Trait Implementations§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.