Trait checs::component::Valuable

source ·
pub trait Valuable: Sealed {
    type Values;
}

Required Associated Types§

Implementors§

source§

impl<'a, T> Valuable for &'a ComponentVec<T>

§

type Values = &'a [T]

source§

impl<'a, T> Valuable for &'a mut ComponentVec<T>

§

type Values = &'a mut [T]