Struct benzene::Component [] [src]

pub struct Component<State, Update, View, Effect> {
    pub init: State,
    pub update: Update,
    pub view: View,
    pub effect: Effect,
}

Fields