Skip to main content

read_str

Function read_str 

Source
pub fn read_str(v: &CodeValue) -> Option<&str>
Expand description

Read v as a &str, if it’s a Str with a valid UTF-8 payload.