Macro mz_ore::cast::cast_lossy
source ยท macro_rules! cast_lossy { ($from:ty, $to:ty) => { ... }; }
Expand description
Implement CastLossy
for the specified types.
macro_rules! cast_lossy { ($from:ty, $to:ty) => { ... }; }
Implement CastLossy
for the specified types.