Module vec_subject

Module vec_subject 

Source
Expand description

Contains types which implement the Observer pattern via an internal Vec.

Structs§

VecSubject
Implements Subject backed by a Vec<T>. If T implements Eq, then DetachableSubject is also provided. AttachableSubject is always provided.

Enums§

DetachError
An Error which occurs during detachment.