[][src]Trait bwapi_wrapper::TypeFrom

pub trait TypeFrom {
    fn new(i: i32) -> Self;
}

Required methods

fn new(i: i32) -> Self

Loading content...

Implementors

impl<T: FromPrimitive> TypeFrom for T[src]

Loading content...