fn fmt()

in gazebo/src/cell.rs [172:174]


    fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
        ARef::deref(self).fmt(f)
    }