Trait const_default::ConstValue[][src]

pub trait ConstValue<T> {
    type Output: Sized;

    const VALUE: Self::Output;
}

Associated Types

Associated Constants

Implementors