| 29 | /// An error returned if an expression type value is out of range. |
| 30 | #[derive(Debug)] |
| 31 | pub struct ValueOutOfRangeError; |
| 32 | |
| 33 | impl Display for ValueOutOfRangeError { |
| 34 | fn fmt(&self, f: &mut Formatter) -> fmt::Result { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…