Macro cast_trunc

Source
macro_rules! cast_trunc {
    ($e:ident as $t:ty) => { ... };
    (($e:expr) as $t:ty) => { ... };
}