Macro sysinfo::auto_cast[][src]

macro_rules! auto_cast {
    ($t:expr, $cast:ty) => { ... };
}
Expand description

Allows to cast only when needed.