Method
valfmt
(&self, _: &mut fmt::Formatter)
Source from the content-addressed store, hash-verified
| 540 | |
| 541 | impl ValDisp for SetValue { |
| 542 | fn valfmt(&self, _: &mut fmt::Formatter) -> fmt::Result { |
| 543 | Ok(()) |
| 544 | } |
| 545 | } |
| 546 | |
| 547 | impl<T: fmt::Display> ValDisp for T { |
Tested by
no test coverage detected