Skip to main content

Attributed

Trait Attributed 

Source
pub trait Attributed {
    // Required methods
    fn labels(&self) -> &Labels;
    fn tags(&self) -> &Tags;
}
Expand description

Read interface for any entity carrying Labels and Tags.

Required Methods§

Source

fn labels(&self) -> &Labels

Intrinsic facts.

Source

fn tags(&self) -> &Tags

Extrinsic organisation.

Implementors§