Macro downcast::impl_downcast_sync
source · macro_rules! impl_downcast_sync {
(<$($params:ident),+ $(,)*> $base:ty $(where $($bounds:tt)+)*) => { ... };
($base:ty) => { ... };
}
Expand description
Implements Downcast
and DowncastSync
for your trait-object-type.