pub trait ModelCallback {
    fn call(&self, object: &Object) -> BoxFuture<'static, ()>;
}

Required Methods

Implementations on Foreign Types

Implementors