[][src]Function serde_asn1_der::from_source

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

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