Function relm::execute

source ·
pub fn execute<UPDATE>(
    model_param: UPDATE::ModelParam
) -> EventStream<UPDATE::Msg>where
    UPDATE: Update + UpdateNew + 'static,
Expand description

Create a bare component, i.e. a component only implementing the Update trait, not the Widget trait.