fn fmt()

in optee-utee/src/arithmetical.rs [255:257]


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