pub trait Finalizer {
// Required method
fn finalize(&self, atom: &dyn Atom) -> Result<bool>;
}Expand description
Finalizers allow us to store data within the manifests KV store, or to end the execution of atoms for the action
pub trait Finalizer {
// Required method
fn finalize(&self, atom: &dyn Atom) -> Result<bool>;
}Finalizers allow us to store data within the manifests KV store, or to end the execution of atoms for the action