[][src]Function flo_binding::notify

pub fn notify<TFn>(when_changed: TFn) -> Arc<dyn Notifiable> where
    TFn: 'static + Send + FnMut(), 

Creates a notifiable reference from a function