(&self, f: &mut std::fmt::Formatter<'_>)
| 104 | |
| 105 | impl std::fmt::Debug for Secret { |
| 106 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 107 | f.debug_struct("Secret").finish() |
| 108 | } |
| 109 | } |
| 110 | |
| 111 | impl<T> From<T> for Secret |
no test coverage detected