Trait sp_core::u32_trait::Value[][src]

pub trait Value {
    const VALUE: u32;
}
Expand description

A u32 value, wrapped in a trait because we don’t yet have const generics.

Associated Constants

The actual value represented by the impl’ing type.

Implementors