fn fmt()

in cubeb-core/src/error.rs [103:105]


    fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
        write!(f, "{:?}", self)
    }