[−][src]Trait scale_info::IntoCompact
Compacts the implementor using a registry.
Associated Types
type Output
The compact version of Self
.
Required methods
fn into_compact(self, registry: &mut Registry) -> Self::Output
Compacts self
by using the registry for caching and compaction.