[][src]Function relm::execute

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

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