(&self, fmt: &mut core::fmt::Formatter<'_>)
| 32 | |
| 33 | impl core::fmt::Debug for NodeIdxToken { |
| 34 | fn fmt(&self, fmt: &mut core::fmt::Formatter<'_>) -> Result<(), core::fmt::Error> { |
| 35 | write!(fmt, "n{}", self.0) |
| 36 | } |
| 37 | } |
| 38 | |
| 39 | use qcell::{TCell, TCellOwner}; |
nothing calls this directly
no outgoing calls
no test coverage detected