pub fn from_str_file<'a, 'b>( s: &'a str, path: &'b Path, ) -> Result<Schematic<FileSpan<'a, 'b>>, Error<FileSpan<'a, 'b>>>
Parse a Schematic from a str with Path info.
Schematic
str
Path