Enum law_encoder::errors::EncodeError
source · pub enum EncodeError {
OutputBufferTooSmall,
}
Variants§
OutputBufferTooSmall
Trait Implementations§
source§impl Debug for EncodeError
impl Debug for EncodeError
Auto Trait Implementations§
impl RefUnwindSafe for EncodeError
impl Send for EncodeError
impl Sync for EncodeError
impl Unpin for EncodeError
impl UnwindSafe for EncodeError
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