Trait parity_scale_codec::CompactAs [−][src]
Allow foreign structs to be wrap in Compact
Associated Types
Loading content...Required methods
fn encode_as(&self) -> &Self::As
[src]
Returns the encodable type.
fn decode_from(_: Self::As) -> Self
[src]
Create Self
from the decodable type.