pub trait EventApplicable {
// Required method
fn apply_log(&mut self, event: &Log) -> Result<()>;
}Expand description
Trait for applying events to pool state
pub trait EventApplicable {
// Required method
fn apply_log(&mut self, event: &Log) -> Result<()>;
}Trait for applying events to pool state