DivRemHelper

A helper trait for dividing two BoundedInt instances.

Fully qualified path: core::internal::bounded_int::DivRemHelper

pub trait DivRemHelper<Lhs, Rhs>

Trait types

DivT

Fully qualified path: core::internal::bounded_int::DivRemHelper::DivT

type DivT;

RemT

Fully qualified path: core::internal::bounded_int::DivRemHelper::RemT

type RemT;