[][src]Trait savory_core::view::View

pub trait View<Output> {
    fn view(&self) -> Output;
}

Main trait used to render view.

Required methods

fn view(&self) -> Output

view method that returns Seed Node

Loading content...

Implementors

Loading content...