Function parse_cdb

Source
fn parse_cdb<T: FromBytes + Unaligned + Immutable + KnownLayout>(
    cdb: &[u8],
) -> Result<&T, ExecuteError>