[][src]Trait asn1_der::traits::IntoDerObject

pub trait IntoDerObject where
    Self: Sized
{ fn into_der_object(self) -> DerObject; }

A trait to convert native types into DerObjects

Required methods

fn into_der_object(self) -> DerObject

Converts Self into a DerObject

Returns the created DER-object

Loading content...

Implementations on Foreign Types

impl IntoDerObject for ()[src]

impl IntoDerObject for bool[src]

impl IntoDerObject for Vec<u8>[src]

impl IntoDerObject for String[src]

impl IntoDerObject for u64[src]

impl<T> IntoDerObject for Vec<T> where
    T: IntoDerObject
[src]

Loading content...

Implementors

impl IntoDerObject for DerObject[src]

Loading content...