[][src]Struct bipatch::Reader

pub struct Reader<R, RS> where
    R: Read,
    RS: Read + Seek
{ /* fields omitted */ }

Methods

impl<R, RS> Reader<R, RS> where
    R: Read,
    RS: Read + Seek
[src]

pub fn new(patch: R, old: RS) -> Result<Self, DecodeError>[src]

Trait Implementations

impl<R, RS> Read for Reader<R, RS> where
    R: Read,
    RS: Read + Seek
[src]

Auto Trait Implementations

impl<R, RS> Send for Reader<R, RS> where
    R: Send,
    RS: Send

impl<R, RS> Sync for Reader<R, RS> where
    R: Sync,
    RS: Sync

impl<R, RS> Unpin for Reader<R, RS> where
    R: Unpin,
    RS: Unpin

impl<R, RS> UnwindSafe for Reader<R, RS> where
    R: UnwindSafe,
    RS: UnwindSafe

impl<R, RS> RefUnwindSafe for Reader<R, RS> where
    R: RefUnwindSafe,
    RS: RefUnwindSafe

Blanket Implementations

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

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

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

type Error = !

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.

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

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

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

impl<R> ReadBytesExt for R where
    R: Read + ?Sized
[src]

impl<R> VarIntReader for R where
    R: Read
[src]

impl<R> FixedIntReader for R where
    R: Read
[src]