()
| 595 | |
| 596 | impl<T: Default> Default for CtOption<T> { |
| 597 | fn default() -> Self { |
| 598 | Self::none() |
| 599 | } |
| 600 | } |
| 601 | |
| 602 | /// Convert the [`CtOption`] wrapper into an [`Option`], depending on whether |
nothing calls this directly
no outgoing calls
no test coverage detected