Macro cast_conversion_nongeneric

Source
macro_rules! cast_conversion_nongeneric {
    ($method:ident, $cast_fn:expr, $input:expr, $builder:expr) => { ... };
}