picky_asn1_der

Function to_writer

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

Serializes value to writer and returns the amount of serialized bytes