x509::der

Trait Oid

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

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

Implementations on Foreign Types§

Source§

impl Oid for &'static [u64]

Source§

impl<T> Oid for &T
where T: Oid,

Implementors§