pub struct SlotReservationExhaustedError(/* private fields */);Implementations§
Trait Implementations§
Source§impl Debug for SlotReservationExhaustedError
impl Debug for SlotReservationExhaustedError
Source§impl From<SlotReservationExhaustedError> for Error
impl From<SlotReservationExhaustedError> for Error
Source§fn from(_err: SlotReservationExhaustedError) -> Self
fn from(_err: SlotReservationExhaustedError) -> Self
Converts to this type from the input type.