Trait keri_core::state::EventSemantics

source ·
pub trait EventSemantics {
    // Provided method
    fn apply_to(&self, state: IdentifierState) -> Result<IdentifierState, Error> { ... }
}
Expand description

EventSemantics

Describes an interface for applying the semantic rule of an event to the state of an Identifier

Provided Methods§

Implementors§