pub type CallerStore<D = Plugin> = Arc<RwLock<Store<Option<RuntimeCaller<D>>>>>;
pub struct CallerStore<D = Plugin> { /* private fields */ }