Function serde_asn1_der::to_writer

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

Serializes value to writer and returns the amount of serialized bytes