(&self)
| 696 | /// summary of the callable's purpose. |
| 697 | #[allow(unused)] |
| 698 | pub fn description(&self) -> Lines<'static> { |
| 699 | self.description.lines() |
| 700 | } |
| 701 | |
| 702 | /// Returns true if this is a callable that takes no arguments. |
| 703 | #[allow(unused)] |
no outgoing calls
no test coverage detected