macro_rules! impl_te_generic {
(<$($g:ident),+> $ty:ty, $name:literal) => { ... };
(<$($g:ident : $bound:path),+> $ty:ty, $name:literal) => { ... };
}Expand description
Implement TypedExternal for a generic type with ’static bounds. For standard library types, we prefix the ID with “std::” for clarity.