(&self, f: &mut std::fmt::Formatter<'_>)
| 68 | |
| 69 | impl std::fmt::Display for LifecycleError { |
| 70 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 71 | f.write_str(&self.message) |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | impl std::error::Error for LifecycleError {} |