[][src]Type Definition rusty_junctions::types::functions::ternary::FnBox

type FnBox = Box<dyn FnBoxClone>;

Type alias for boxed up cloneable functions that take three Messages and return nothing. Mainly meant to increase readability of code.