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
- implement
tor_bytes::WriteableforUR - implement
tor_bytes::ReadableforUR - implement
EmbeddableCertObject<UR>forVD
Then EmbeddableCert<VD, UR> will implement:
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.