[][src]Macro archivelib::cast_trunc

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