Struct commit_verify::commit_encode::strategies::UsingStrict
source · [−]pub struct UsingStrict;Expand description
Encodes by running strict encoding procedure on the raw data without any pre-processing.
Should not be used for array types (require manual CommitEncode
implementation involving merklization) or data which may contain
confidential or sensitive information (use UsingConceal in this
case).
Auto Trait Implementations
impl RefUnwindSafe for UsingStrict
impl Send for UsingStrict
impl Sync for UsingStrict
impl Unpin for UsingStrict
impl UnwindSafe for UsingStrict
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more