Macro rkyv::project_tuple[][src]

macro_rules! project_tuple {
    ($tuple:ident: $ty:path => $index:tt) => { ... };
    ($tuple:ident: $tuple_ty:path => $index:tt: $index_ty:path) => { ... };
}