fn fmt()

in plasma-store/src/lib.rs [61:63]


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