macro_rules! dynamic_alias {
($name:ident, $ty:ty) => { ... };
}Expand description
Define a dynamic (heap) secret alias.
All methods and conversions (e.g., .into()) come from generic impls on Dynamic<T>.
macro_rules! dynamic_alias {
($name:ident, $ty:ty) => { ... };
}Define a dynamic (heap) secret alias.
All methods and conversions (e.g., .into()) come from generic impls on Dynamic<T>.