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

custom mount event