[][src]Macro pyo3::pyobject_downcast

macro_rules! pyobject_downcast {
    ($name: ty, $checkfunction: path $(,$type_param: ident)*) => { ... };
}

Implements a typesafe conversions throught FromPyObject, given a typecheck function as second parameter