Type Alias bcder::oid::ConstOid

source ·
pub type ConstOid = Oid<&'static [u8]>;
Expand description

A type alias for `Oid<&’static u8>.

This is useful when defining object identifier constants.

Aliased Type§

struct ConstOid(pub &'static [u8]);

Fields§

§0: &'static [u8]