pub type Caller<'a, D = Plugin> = Caller<'a, Option<RuntimeCaller<D>>>;
pub struct Caller<'a, D = Plugin> { /* private fields */ }