(&mut self, time: Timestamp)
| 170 | |
| 171 | pub trait NodeBehavior: core::fmt::Debug + core::any::Any { |
| 172 | fn set_time(&mut self, time: Timestamp) { |
| 173 | unimplemented!(); |
| 174 | } |
| 175 | fn get_time(&self) -> Timestamp { |
| 176 | unimplemented!(); |
| 177 | } |
nothing calls this directly
no outgoing calls
no test coverage detected