Struct wood::wooder::CompositeBiwooder[][src]

pub struct CompositeBiwooder<W, D>(_, _);

Trait Implementations

impl<T, W, D> Dewooder<T> for CompositeBiwooder<W, D> where
    D: Dewooder<T>, 
[src]

impl<T, W, D> Wooder<T> for CompositeBiwooder<W, D> where
    W: Wooder<T>, 
[src]

Auto Trait Implementations

impl<W, D> RefUnwindSafe for CompositeBiwooder<W, D> where
    D: RefUnwindSafe,
    W: RefUnwindSafe

impl<W, D> Send for CompositeBiwooder<W, D> where
    D: Send,
    W: Send

impl<W, D> Sync for CompositeBiwooder<W, D> where
    D: Sync,
    W: Sync

impl<W, D> Unpin for CompositeBiwooder<W, D> where
    D: Unpin,
    W: Unpin

impl<W, D> UnwindSafe for CompositeBiwooder<W, D> where
    D: UnwindSafe,
    W: UnwindSafe

Blanket Implementations

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

impl<T, X> Biwooder<T> for X where
    X: Wooder<T> + Dewooder<T>, 
[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.