pub enum Error {
SlotReservationExhausted,
SlotCountTrackingError,
}Variants§
Trait Implementations§
Source§impl From<SlotCountTrackerError> for Error
impl From<SlotCountTrackerError> for Error
Source§fn from(_err: SlotCountTrackerError) -> Self
fn from(_err: SlotCountTrackerError) -> Self
Converts to this type from the input type.
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.