Trait v9::property::PropertyMarker[][src]

pub trait PropertyMarker: 'static + Register + Send + Sync {
    const NAME: Name;

    fn header() -> PropertyHeader;
}

Associated Constants

Loading content...

Required methods

Loading content...

Implementors

Loading content...