derive_from_bytes_inner

Function derive_from_bytes_inner 

Source
pub(crate) fn derive_from_bytes_inner(
    ast: &DeriveInput,
    top_level: Trait,
    zerocopy_crate: &Path,
) -> Result<TokenStream, Error>