pub trait ObjectTags {
// Required method
fn tags(&self) -> &Tags;
}Required Methods§
Returns the Tags of this Object.
For convenience, if the object has no tags, Tags::static_empty is returned instead.
pub trait ObjectTags {
// Required method
fn tags(&self) -> &Tags;
}Returns the Tags of this Object.
For convenience, if the object has no tags, Tags::static_empty is returned instead.