Trait frame_support::dispatch::EncodeAsRef[]

pub trait EncodeAsRef<'a, T> where
    T: 'a, 
{ type RefType: Encode + From<&'a T>; }
Expand description

Something that can be encoded as a reference.

Associated Types

The reference type that is used for encoding.

Implementations on Foreign Types

Implementors