DynLocalAgentStore

Type Alias DynLocalAgentStore 

Source
pub type DynLocalAgentStore = Arc<dyn LocalAgentStore>;
Expand description

Trait-object version of kitsune2 LocalAgentStore.

Aliased Typeยง

pub struct DynLocalAgentStore { /* private fields */ }