[][src]Function serde_asn1_der::to_writer

pub fn to_writer<T: ?Sized + Serialize>(
    value: &T,
    writer: impl Write
) -> Result<()>

Serializes value to writer and returns the amount of serialized bytes