Trait Annotation

Source
pub trait Annotation: FromStr {
    const KEY: &'static str;
}

Required Associated Constants§

Source

const KEY: &'static str

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§

Source§

impl Annotation for Construct

Source§

const KEY: &'static str = "default"

Source§

impl Annotation for Editable

Source§

const KEY: &'static str = "editable"