derive_from_bytes_struct

Function derive_from_bytes_struct 

Source
pub(crate) fn derive_from_bytes_struct(
    ast: &DeriveInput,
    strct: &DataStruct,
    zerocopy_crate: &Path,
) -> TokenStream
Expand description

A struct is FromBytes if:

  • all fields are FromBytes