[][src]Trait x509::der::Oid

pub trait Oid: AsRef<[u64]> { }

A trait for objects which represent ASN.1 object identifiers.

Implementations on Foreign Types

impl Oid for &'static [u64][src]

impl<T> Oid for &T where
    T: Oid
[src]

Loading content...

Implementors

Loading content...