[][src]Struct zstd_seekable_s3::SeekableDecompress

pub struct SeekableDecompress<'a, A> { /* fields omitted */ }

Implementations

impl<'a, A> SeekableDecompress<'a, A> where
    A: Read + Seek
[src]

pub fn new(compressed: A) -> Result<Self, Error>[src]

Trait Implementations

impl<'a, A> Read for SeekableDecompress<'a, A>[src]

impl<'a, A> Seek for SeekableDecompress<'a, A>[src]

Auto Trait Implementations

impl<'a, A> RefUnwindSafe for SeekableDecompress<'a, A> where
    A: RefUnwindSafe
[src]

impl<'a, A> Send for SeekableDecompress<'a, A> where
    'a: 'static, 
[src]

impl<'a, A> !Sync for SeekableDecompress<'a, A>[src]

impl<'a, A> Unpin for SeekableDecompress<'a, A>[src]

impl<'a, A> UnwindSafe for SeekableDecompress<'a, A> where
    A: RefUnwindSafe
[src]

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> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.