pub enum BlsError {
InvalidData,
BadSize,
InternalError,
}Expand description
BlsError type for error
Variants§
InvalidData
invalid data
BadSize
bad parameter size
InternalError
internal error (should not happen)
Trait Implementations§
impl StructuralPartialEq for BlsError
Auto Trait Implementations§
impl Freeze for BlsError
impl RefUnwindSafe for BlsError
impl Send for BlsError
impl Sync for BlsError
impl Unpin for BlsError
impl UnwindSafe for BlsError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more