macro_rules! dyn_type {
(pub mut struct $name:ident(dyn $interface:tt)) => { ... };
(pub ref struct $name:ident(dyn $interface:tt)) => { ... };
}Available on
custom only.macro_rules! dyn_type {
(pub mut struct $name:ident(dyn $interface:tt)) => { ... };
(pub ref struct $name:ident(dyn $interface:tt)) => { ... };
}custom only.