Skip to main content

OperationLogStore

Trait OperationLogStore 

Source
pub trait OperationLogStore {
    type Error: Error;

    // Required method
    fn write(&mut self, entry: OperationLogEntry) -> Result<(), Self::Error>;
}

Required Associated Types§

Required Methods§

Source

fn write(&mut self, entry: OperationLogEntry) -> Result<(), Self::Error>

Implementors§