make_bxable

Macro make_bxable 

Source
macro_rules! make_bxable {
    ($ty:ty) => { ... };
}
Expand description

Implements From<E> for BX for your own type.