Trait windows_metadata::HasAttributes
source · pub trait HasAttributes {
// Required methods
fn attributes(&self) -> RowIterator<Attribute> ⓘ;
fn find_attribute(&self, name: &str) -> Option<Attribute>;
fn has_attribute(&self, name: &str) -> bool;
}