Trait cycler::UniversalCyclerWriter[][src]

pub trait UniversalCyclerWriter<T>: CyclerWriterFn<T> + CyclerWriterDefault<T> where
    T: WriteAccess + Clone
{ }

This trait is a collection of all the primarily supported writer 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 (ex: CyclerWriterMutFn).

Implementors

Loading content...