1 2 3 4 5 6 7 8 9
use types::abc::*; use Arg; impl <'t> Type<'t> for char { fn clone_type(&self) -> Arg<'static> { Arg::Owned(box *self) } }