Trait cycler::UniversalCyclerReader[][src]

pub trait UniversalCyclerReader<T>: CyclerWriterFn<T> + CyclerWriterMutFn<T> + CyclerWriterDefault<T> where
    T: WriteAccess
{ }

This trait is a collection of all the primarily supported reader traits. Other traits may be added to this in the future but none will be taken away without a major version bump. Other traits may also be added that do not fall under this for more specific functionality.

Implementors

Loading content...