Type Definition asn1::Null[][src]

pub type Null = ();
Expand description

The ASN.1 NULL type, for use with Parser.read_element and Writer.write_element.

Trait Implementations