pub type AsyncMonitorFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;
Sendable boxed future returned by asynchronous monitor operations.
pub struct AsyncMonitorFuture<'a, T> { /* private fields */ }