[][src]Trait chronofold::Author

pub trait Author: PartialEq + Eq + PartialOrd + Ord + Clone + Copy + Debug + Display { }

A trait alias to reduce redundancy in type declarations.

Implementors

impl<T> Author for T where
    T: PartialEq + Eq + PartialOrd + Ord + Clone + Copy + Debug + Display
[src]

Blanket implementation of Author.

Every type that implements the needed traits automatically implements Author as well.

Loading content...