impl_casts

Macro impl_casts 

Source
macro_rules! impl_casts {
    (
        NAME = $name:ident
        FIELDS = ($($p:tt),*)
    ) => { ... };
}
Expand description

Impl Castable on a generic type.