Macro rkyv::project_struct[][src]

macro_rules! project_struct {
    ($struct:ident: $ty:path => $field:tt) => { ... };
    ($struct:ident: $struct_ty:path => $field:tt: $field_ty:path) => { ... };
}