[][src]Macro typsy::Anon

macro_rules! Anon {
    (
        $($($field_name:ident: $field_ty:ty),+ $(, @$rest:ty)? $(,)?)?
    ) => { ... };
    (
        $($($field_ty:ty),+ $(, @$rest:ty)? $(,)?)?
    ) => { ... };
}