Skip to main content

from_str

Function from_str 

Source
pub fn from_str<T: Facet<'static>>(contents: &str) -> Result<T, FromStrError>
Expand description

Convenience for from_str_with_format with JsoncFormat (JSON with // and /* */ comments) — the format used for --cfg files.