fn fmt()

in plasma-store/src/lib.rs [67:69]


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