fedimint_eventlog

Trait Event

Source
pub trait Event: Serialize + DeserializeOwned {
    const MODULE: Option<ModuleKind>;
    const KIND: EventKind;
    const PERSIST: bool = true;
}

Required Associated Constants§

Provided Associated Constants§

Source

const PERSIST: bool = true

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§