[][src]Trait experiment_codec::CompactAs

pub trait CompactAs: From<Compact<Self>> {
type As;
    fn encode_as(&self) -> &Self::As;
fn decode_from(_: Self::As) -> Self; }

Allow foreign structs to be wrap in Compact

Associated Types

type As

Loading content...

Required methods

fn encode_as(&self) -> &Self::As

fn decode_from(_: Self::As) -> Self

Loading content...

Implementors

Loading content...