Function sauron::on_enter[][src]

pub fn on_enter<F, MSG>(
    f: F
) -> Attribute<&'static str, &'static str, AttributeValue<MSG>> where
    MSG: 'static,
    F: Fn(KeyboardEvent) -> MSG + 'static, 
Expand description

custom on_enter event, which is triggered from key_press when the Enter key is pressed