Trait frame_support::dispatch::EncodeAsRef
source · pub trait EncodeAsRef<'a, T>where
T: 'a,{
type RefType: Encode + From<&'a T>;
}
Expand description
Something that can be encoded as a reference.
pub trait EncodeAsRef<'a, T>where
T: 'a,{
type RefType: Encode + From<&'a T>;
}
Something that can be encoded as a reference.