[][src]Function serde_asn1_der::from_reader

pub fn from_reader<'a, T: Deserialize<'a>>(
    reader: impl Read,
    backing: impl Sink + Into<&'a [u8]>
) -> Result<T>

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