pub type MutationObserver<V, T, E> = Observer<MutationResource<V, T, E>>;Available on crate feature
client only.Expand description
Observer for a MutationResource (status type MutationStatus).
Aliased Typeยง
pub struct MutationObserver<V, T, E> { /* private fields */ }