from_slice

Function from_slice 

Source
pub fn from_slice(bytes: &[u8]) -> Result<Value, Error>
Expand description

Parse a value from bytes representing a single S-expressions, using the default parser options.

See from_slice_custom for more information.