normalize_value

Function normalize_value 

Source
fn normalize_value(s: &str) -> String
Expand description

Strip whitespace introduced by TokenStream::to_string around :: so error_stage :: PROCESSING becomes error_stage::PROCESSING for the constant-prefix validation (starts_with("error_stage::")).