pub trait CanSetTime: Writable { fn set_time(&mut self, value: <Time as Set>::ValueType) -> Result<()> { ... } }