Enum ckb_fixed_hash_core::error::FromSliceError [−][src]
pub enum FromSliceError {
InvalidLength(usize),
}Expand description
The error which can be returned when convert a byte slice back into a Hash.
Variants
InvalidLength(usize)Invalid length.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FromSliceErrorimpl Send for FromSliceErrorimpl Sync for FromSliceErrorimpl Unpin for FromSliceErrorimpl UnwindSafe for FromSliceError