Skip to main content

write_length_prefixed_json

Function write_length_prefixed_json 

Source
pub fn write_length_prefixed_json<T: Serialize>(
    bytes_gatherer: &mut BytesGatherer,
    value: &T,
) -> Result<()>