pub fn from_source<'a, T: Deserialize<'a>>(
    source: impl Source,
    backing: impl Sink + Into<&'a [u8]>
) -> Result<T>
Expand description

Copies the first top-level object from source into backing and deserializes it from there