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§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.