Trait ActionCallback

Source
pub trait ActionCallback<T: ApplicationState>:
    Fn(T, Value) -> Result<T>
    + Send
    + Sync
    + 'static { }

Implementorsยง