[][src]Trait woopsa::protocol::property::Property

pub trait Property {
    fn type_of(&self) -> &'static str;
fn name(&self) -> String;
fn is_read_only(&self) -> bool; }

Required methods

fn type_of(&self) -> &'static str

fn name(&self) -> String

fn is_read_only(&self) -> bool

Loading content...

Implementors

impl Property for WoopsaProperty[src]

Loading content...