kmp-domain 0.18.1

Domain model of the Kernel Memory Protocol: aggregates, value objects, repositories and projections, with no IO
Documentation
1
2
3
4
5
6
7
8
9
/// An absent required membership at a specific role and stored ref.
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord)]
pub struct EvidenceMissingWitness {
    pub role: String,
    pub at: u32,
    pub reference: String,
    pub key: String,
    pub name: String,
}