pub fn from_slice( s: &[u8], ) -> Result<Schematic<ByteSpan<'_>>, Error<ByteSpan<'_>>>
Parse a Schematic from a byte slice.
Schematic