Function mysqlbinlog::rowevents::descriptor::parse_field [] [src]

pub fn parse_field(
    field_type: u8,
    nullable: bool,
    metadata1: u8,
    metadata2: u8,
    data: &[u8]
) -> Result<(ValueType, usize)>