pub trait ConfidentialStore: Store { }
Expand description

Marker trait for stores backed by confidential storage.

Implementors§