from_slice

Function from_slice 

Source
pub fn from_slice(
    s: &[u8],
) -> Result<Schematic<ByteSpan<'_>>, Error<ByteSpan<'_>>>
Expand description

Parse a Schematic from a byte slice.