pub struct UseStrictEncoding;
Expand description
Encodes/decodes data in the same way as they are encoded/decoded according to strict encoding.
Auto Trait Implementations§
impl Freeze for UseStrictEncoding
impl RefUnwindSafe for UseStrictEncoding
impl Send for UseStrictEncoding
impl Sync for UseStrictEncoding
impl Unpin for UseStrictEncoding
impl UnwindSafe for UseStrictEncoding
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