Type Definition dioxus_query::QueryFn

source ·
pub type QueryFn<T, E, K> = dyn Fn(&[K]) -> BoxFuture<'_, QueryResult<T, E>> + Send + Sync;