from_str_file

Function from_str_file 

Source
pub fn from_str_file<'a, 'b>(
    s: &'a str,
    path: &'b Path,
) -> Result<Schematic<FileSpan<'a, 'b>>, Error<FileSpan<'a, 'b>>>
Expand description

Parse a Schematic from a str with Path info.