(value: Z)
| 611 | /// zeroized when it's dropped. |
| 612 | #[inline(always)] |
| 613 | pub fn new(value: Z) -> Self { |
| 614 | Self(value) |
| 615 | } |
| 616 | } |
| 617 | |
| 618 | impl<Z: Zeroize + Clone> Clone for Zeroizing<Z> { |
nothing calls this directly
no outgoing calls
no test coverage detected