CallerStore

Type Alias CallerStore 

Source
pub type CallerStore<D = Plugin> = Arc<RwLock<Store<Option<RuntimeCaller<D>>>>>;

Aliased Typeยง

pub struct CallerStore<D = Plugin> { /* private fields */ }