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.
macro_rules! typed_ident {
($t: ty, $name: ident) => { ... };
}simple-error only.This macro is internal and called by another macro.