Trait grass_runtime::record::ToSelfContained
source · [−]pub trait ToSelfContained {
type SelfContained: 'static;
fn to_self_contained(&self) -> Self::SelfContained;
}pub trait ToSelfContained {
type SelfContained: 'static;
fn to_self_contained(&self) -> Self::SelfContained;
}