mdk-storage-traits 0.8.0

Storage abstraction for MDK that wraps OpenMLS storage backends
Documentation
1
2
3
4
5
6
//! Error types for the welcomes module

storage_error! {
    /// Error types for the welcomes module
    pub enum WelcomeError {}
}