trait MetadataExport<T>where
    DurableExportMetadata<T>: RustType<DurableExportMetadata>,{
    // Required method
    fn get_stash_collection(
    ) -> &'static TypedCollection<GlobalId, DurableExportMetadata>;
}

Required Methods§

Implementors§