Skip to main content

casts

Macro casts 

Source
macro_rules! casts {
    {
        $(
            $from_to:expr => $cast_context:ident: $cast_template:expr
        ),+
    } => { ... };
}