Function code_attribute_parser

Source
pub fn code_attribute_parser(
    input: &[u8],
) -> Result<(&[u8], CodeAttribute), Err<Error<&[u8]>>>