Trait bnum::cast::CastFrom

source ·
pub trait CastFrom<T> {
    fn cast_from(from: T) -> Self;
}
Expand description

Backend implementation trait for panic-free casting between numeric types.

Required Methods§

Implementations on Foreign Types§

Implementors§