Trait as_num::AsNumInternal

source ·
pub trait AsNumInternal<Dest>: Copy {
    fn is_safely_convertible(self) -> bool;
    fn as_num_internal(self) -> Dest;
}

Required Methods

Implementations on Foreign Types

Implementors