pub trait AllocErrorType {
type Error: From<Error> + Debug + Display;
}Expand description
Trait defining the shared error type of an allocator.
Required Associated Types§
Implementations on Foreign Types§
Source§impl AllocErrorType for Global
Available on non-crate feature no_alloc only.
impl AllocErrorType for Global
Available on non-crate feature
no_alloc only.Source§impl AllocErrorType for System
Available on crate feature std and non-crate feature no_alloc only.
impl AllocErrorType for System
Available on crate feature
std and non-crate feature no_alloc only.