pub trait One {
    const ONE: Self;
}

Required Associated Constants

Implementations on Foreign Types

Implementors