from_slice_file

Function from_slice_file 

Source
pub fn from_slice_file<'a, 'b>(
    s: &'a [u8],
    path: &'b Path,
) -> Result<Schematic<ByteFileSpan<'a, 'b>>, Error<ByteFileSpan<'a, 'b>>>
Expand description

Parse a Schematic from a byte slice with Path info.