DocumentedOpt

Trait DocumentedOpt 

Source
pub trait DocumentedOpt {
    const DOCS: Option<&'static str>;
}
Expand description

The optional variant of Documented.

Required Associated Constants§

Source

const DOCS: Option<&'static str>

The static doc comments on this type.

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.

Implementors§