Interface IntoStorageKey

When implemented, allow object to be stored as collection key

interface IntoStorageKey {
    into_storage_key(): string;
}

Methods

Generated using TypeDoc