Skip to main content

extract_str_lit_ref

Function extract_str_lit_ref 

pub fn extract_str_lit_ref(lit: &Lit) -> Option<&str>
Expand description

Helper function to safely extract string from Lit::Str using Option pattern