pub(crate) trait MetadataExport<T>where
DurableExportMetadata<T>: RustType<DurableExportMetadata>,{
// Required method
fn get_stash_collection(
) -> &'static TypedCollection<GlobalId, DurableExportMetadata>;
}Required Methods§
fn get_stash_collection( ) -> &'static TypedCollection<GlobalId, DurableExportMetadata>
Object Safety§
This trait is not object safe.