pub trait AsS3Receiver<T>: 'static + Send + Stream<Item = Result<T, OneErr>> + Unpinwhere
    T: for<'de> Deserialize<'de>,
{ }
Expand description

The recv / read half of a sodium secret stream.

Implementors