[−][src]Trait tink_core::StreamingAeadBoxClone
Trait bound to indicate that primitive trait objects should support cloning themselves as trait objects.
Required methods
fn box_clone(&self) -> Box<dyn StreamingAead>
Implementors
impl<T> StreamingAeadBoxClone for T where
T: 'static + StreamingAead + Clone,
[src][+]
T: 'static + StreamingAead + Clone,