[−][src]Trait tink_aead::subtle::IndCpaCipherBoxClone
Trait bound to indicate that primitive trait objects should support cloning themselves as trait objects.
Required methods
fn box_clone(&self) -> Box<dyn IndCpaCipher>
Implementors
impl<T> IndCpaCipherBoxClone for T where
T: 'static + IndCpaCipher + Clone,
[src]
T: 'static + IndCpaCipher + Clone,
Default implementation of the box-clone trait bound for any underlying
concrete type that implements Clone
.