Skip to main content

encode_string_range

Function encode_string_range 

Source
pub fn encode_string_range(
    start: &Bound<String>,
    end: &Bound<String>,
) -> Result<Vec<u8>>
Expand description

Encode a pair of string bounds into a FlatBuffers StringRange.