[][src]Struct sodium_rust::StreamLoop

pub struct StreamLoop<A> {
    pub impl_: StreamLoopImpl<A>,
}

Fields

impl_: StreamLoopImpl<A>

Implementations

impl<A: Send + Clone + 'static> StreamLoop<A>[src]

pub fn new(sodium_ctx: &SodiumCtx) -> StreamLoop<A>[src]

pub fn stream(&self) -> Stream<A>[src]

pub fn loop_(&self, sa: &Stream<A>)[src]

Auto Trait Implementations

impl<A> !RefUnwindSafe for StreamLoop<A>

impl<A> Send for StreamLoop<A> where
    A: Send

impl<A> Sync for StreamLoop<A> where
    A: Send

impl<A> Unpin for StreamLoop<A>

impl<A> !UnwindSafe for StreamLoop<A>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.