Type Definition plugy_runtime::CallerStore

source ·
pub type CallerStore<D = ()> = Arc<RwLock<Store<Option<RuntimeCaller<D>>>>>;