Type Definition cmdmat::Finalizer

source ·
pub type Finalizer<A, C> = fn(_: &mut C, _: &[A]) -> Result<String, String>;
Expand description

A finalizer is the function that runs to handle the entirety of the command after it has been verified by the deciders.