macro_rules! impl_casts {
(
NAME = $name:ident
FIELDS = ($($p:tt),*)
) => { ... };
}Expand description
Impl Castable on a generic type.
macro_rules! impl_casts {
(
NAME = $name:ident
FIELDS = ($($p:tt),*)
) => { ... };
}Impl Castable on a generic type.