Skip to main content

impl_te_generic

Macro impl_te_generic 

Source
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.