pub trait ErrIntPrimIntExt {
    fn to_err_int(self) -> ErrInt;
}

Required Methods

Implementations on Foreign Types

Implementors