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