We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PlaintextNullVariant
1 parent 7b30b90 commit b2bc73cCopy full SHA for b2bc73c
vendor/cipherstash-client/src/encryption/plaintext/mod.rs
@@ -321,17 +321,6 @@ impl PlaintextNullVariant for &str {
321
}
322
323
324
-/// Blanket implementation for all references
325
-/// where the referenced type implements `ToPlaintext`.
326
-impl<T> PlaintextNullVariant for &T
327
-where
328
- T: PlaintextNullVariant,
329
-{
330
- fn null() -> Plaintext {
331
- T::null()
332
- }
333
-}
334
-
335
/// Blanket implementation for `Option<T>` where
336
/// `T` implements `PlaintextNullVariant`.
337
impl<T> PlaintextNullVariant for Option<T>
0 commit comments