Skip to main content

EmbeddableCertObject

Trait EmbeddableCertObject 

Source
pub trait EmbeddableCertObject<UR> {
    const LABEL: &str;
}
Expand description

Certificate data whose unverified form UR is representable as a netdoc Object

Implement for VD.

Enables encoding/decoding traits for EmbeddableCert<VD, UR>. See EmbeddedCert.

§Usage

Then EmbeddableCert<VD, UR> will implement:

Required Associated Constants§

Source

const LABEL: &str

The netdoc Object Label

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§