interop::utilTrait MlsTransportTestExt
Source  pub trait MlsTransportTestExt: MlsTransport {
    // Required method
    fn latest_commit_bundle<'life0, 'async_trait>(
        &'life0 self,
    ) -> Pin<Box<dyn Future<Output = MlsCommitBundle> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
    // Provided method
    fn latest_welcome_message<'life0, 'async_trait>(
        &'life0 self,
    ) -> Pin<Box<dyn Future<Output = MlsMessageOut> + Send + 'async_trait>>
       where Self: Sync + 'async_trait,
             'life0: 'async_trait { ... }
}