Macro typed_ident

Source
macro_rules! typed_ident {
    ($t: ty, $name: ident) => { ... };
}
Available on crate feature simple-error only.
Expand description

This macro is internal and called by another macro.