[][src]Function fable_data::decode_null_terminated_string

pub fn decode_null_terminated_string(
    input: &[u8]
) -> IResult<&[u8], String, Error>