Trait evmil::util::Max

source ·
pub trait Max {
    const MAX: Self;
}
Expand description

Identifies type which have a maximum value (e.g. u32, etc).

Required Associated Constants§

Implementations on Foreign Types§

Implementors§