impl std::convert::From<BedErrorPlus> for PyErr { fn from(err: BedErrorPlus) -> PyErr { ... That is, it will work on any type TOut with the right traits.
確定! 回上一頁