Trait little::GetProperty
[−]
[src]
pub trait GetProperty<V> { fn get_property(&self, name: V) -> Option<V>; }
pub trait GetProperty<V> { fn get_property(&self, name: V) -> Option<V>; }
fn get_property(&self, name: V) -> Option<V>