from_slice

Function from_slice 

Source
pub fn from_slice<'a, T>(s: &'a [u8]) -> Result<T>
where T: Deserialize<'a>,
Expand description

Deserialize an instance of type T from a byte slice of SQLite JSONB data.