Docs.rs
x509-0.2.0
x509 0.2.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
str4d
Dependencies
chrono ^0.4
normal
cookie-factory ^0.3
normal
x509-parser ^0.9
dev
Versions
92.31%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
x509
0.2.0
Oid
Implementations on Foreign Types
&'static [u64]
&T
Implementors
In x509::
der
x509
::
der
Trait
Oid
Copy item path
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
§