Macro view_type
#[macro_export]
macro_rules! view_type {
($($arg:tt)*) => { ... };
}
Creates a view type.
type FooBar = view_type!;
view_type#[macro_export]
macro_rules! view_type {
($($arg:tt)*) => { ... };
}
Creates a view type.
type FooBar = view_type!;