pub trait VectorObserver<T>: Sized { }
Expand description
Abstraction over types that hold both a Vector
and a stream of
VectorDiff
updates.
See VectorObserverExt
for operations available to implementers.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.