pub type Null = ();Expand description
The ASN.1 NULL type, for use with Parser.read_element and
Writer.write_element.
Trait Implementations§
Source§impl SimpleAsn1Readable<'_> for Null
impl SimpleAsn1Readable<'_> for Null
Source§impl SimpleAsn1Writable for Null
impl SimpleAsn1Writable for Null
Source§fn write_data(&self, _dest: &mut WriteBuf) -> WriteResult
fn write_data(&self, _dest: &mut WriteBuf) -> WriteResult
Write the value’s data to the given buffer. Read more