Trait DataStore

trait DataStore<M: DataMarker>: private::Sealed

A backing store for baked data

Required Methods

fn get(self: &Self, req: DataIdentifierBorrowed<'_>, attributes_prefix_match: bool) -> Option<DataPayload<M>>

Get the value for a key

Implementors