pub trait UpdateMetadataBuilder: CanSetMetadata {
    // Provided method
    fn metadata(
        self,
        metadata: ModuleConfig<MetadataInit>
    ) -> Self::OutputBuilder { ... }
}
Expand description

PUBLIC TRAITS AND METHODS All public methods first - these all need good rust docs

Provided Methods§

Implementors§