Skip to main content

SharedStore

Type Alias SharedStore 

Source
type SharedStore = Arc<RwLock<ChangeTracker<BraidHttpApiSharedState>>>;

Aliased Typeยง

struct SharedStore { /* private fields */ }