pub trait PublicStore: Store { }
Expand description

Marker trait for stores backed by public storage.

Implementors§