| 4 | |
| 5 | #[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] |
| 6 | pub struct BKey { |
| 7 | pub val: U256, |
| 8 | } |
| 9 | |
| 10 | impl Key for BKey { |
| 11 | fn as_slice<T, F: Fn(&[u8]) -> T>(&self, func: F) -> T { |
nothing calls this directly
no outgoing calls
no test coverage detected