pub type DefaultMlsService = OpenMlsService<Arc<MemoryDeMlsStorage>>;Expand description
MLS service type for the default-bundle User. Uses in-memory storage
shared across every per-conversation service via Arc (the
Arc<S>: DeMlsStorage blanket impl makes this work).
Aliased Type§
pub struct DefaultMlsService { /* private fields */ }