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

type FnBox = Box<dyn FnBoxClone>;

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