palette 0.7.7

Convert and manage colors with a focus on correctness, flexibility and ease of use.
Documentation
1
2
3
4
5
6
7
//! Meta types and traits for [`Xyz`][super::Xyz].

/// Implemented by meta types that contain a meta type for [`Xyz`][super::Xyz].
pub trait HasXyzMeta {
    /// A meta type that can be used in [`Xyz`][super::Xyz].
    type XyzMeta;
}