pub trait Initializer {
// Required method
fn initialize(&self) -> Result<bool>;
}Expand description
Initializers allow us to modify or skip the execution of an atom
pub trait Initializer {
// Required method
fn initialize(&self) -> Result<bool>;
}Initializers allow us to modify or skip the execution of an atom