read_string

Function read_string 

Source
pub fn read_string(rid: i32) -> Option<String>
Expand description

Reads a string from a descriptor.

This function is exposed for the functions that the register_source macro generates and should not be used directly.