[][src]Trait woopsa::protocol::element::Element

pub trait Element {
    fn type_of(&self) -> &'static str;
}

Required methods

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

Loading content...

Implementors

impl Element for WoopsaElement[src]

Loading content...