Function relm::execute [] [src]

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

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