Trait tunapanel::Panel [] [src]

pub trait Panel: DeserializeOwned {
    fn title() -> &'static str;
    fn widgets() -> HTML;
}

Trait for panels.

You should not need to implement this yourself. The impls are generated by the tunapanel! macro.

Required Methods

Implementors