[][src]Struct ages_prs::PrsDecoder

pub struct PrsDecoder<R: Read, V: Variant> { /* fields omitted */ }

An IO source for decoding a PRS stream.

Methods

impl<R: Read, V: Variant> PrsDecoder<R, V>[src]

Important traits for PrsDecoder<R, V>
pub fn new(inner: R) -> PrsDecoder<R, V>[src]

Trait Implementations

impl<R: Read, V: Variant> Read for PrsDecoder<R, V>[src]

Auto Trait Implementations

impl<R, V> RefUnwindSafe for PrsDecoder<R, V> where
    R: RefUnwindSafe,
    V: RefUnwindSafe

impl<R, V> Send for PrsDecoder<R, V> where
    R: Send,
    V: Send

impl<R, V> Sync for PrsDecoder<R, V> where
    R: Sync,
    V: Sync

impl<R, V> Unpin for PrsDecoder<R, V> where
    R: Unpin,
    V: Unpin

impl<R, V> UnwindSafe for PrsDecoder<R, V> where
    R: UnwindSafe,
    V: UnwindSafe

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.