pub trait ExtendInto<T> {
    fn extend_into(self) -> T;
}
Expand description

Convert one type to another by extending with leading zeroes.

Required Methods§

Convert one type to another by extending with leading zeroes.

Implementations on Foreign Types§

Implementors§