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.
pub fn from_str<T: Facet<'static>>(contents: &str) -> Result<T, FromStrError>Convenience for from_str_with_format with JsoncFormat (JSON with
// and /* */ comments) — the format used for --cfg files.