[−][src]Function tsproto_structs::convert_type
pub fn convert_type(t: &str, is_ref: bool) -> String
If is_ref is true, you get e.g. &str instead of String.
pub fn convert_type(t: &str, is_ref: bool) -> String
If is_ref is true, you get e.g. &str instead of String.