/// Any type -> ()
pubtraitToUnit{/// Any type -> ()
fnto_unit(&self){}}/// Any type -> ()
impl<T> ToUnit forT{}/// Any type -> ()
/// Same to `to_unit::ToUnit`, but it's type more easily.
pubtrait__{/// Any type -> ()
fn__(&self){}}/// Any type -> ()
impl<T> __ forT{}