derive_into_bytes_struct

Function derive_into_bytes_struct 

Source
pub(crate) fn derive_into_bytes_struct(
    ast: &DeriveInput,
    strct: &DataStruct,
    zerocopy_crate: &Path,
) -> Result<TokenStream, Error>