Skip to main content

QueryObserver

Type Alias QueryObserver 

Source
pub type QueryObserver<T, E> = Observer<QueryResource<T, E>>;
Available on crate feature client only.
Expand description

Observer for a QueryResource (status type QueryStatus).

Aliased Typeยง

pub struct QueryObserver<T, E> { /* private fields */ }