fn from()

in cubeb-core/src/error.rs [115:117]


    fn from(_: NulError) -> Error {
        Error::from_raw(ffi::CUBEB_ERROR)
    }