pub type JsonOperationFuture<'a, T> = Pin<Box<dyn Future<Output = PluginResult<T>> + Send + 'a>>;
pub struct JsonOperationFuture<'a, T> { /* private fields */ }