[][src]Type Definition cmdmat::Finalizer

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

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