[][src]Struct geozero::Multiplexer

pub struct Multiplexer<P1: FeatureProcessor, P2: FeatureProcessor> { /* fields omitted */ }

Implementations

impl<P1: FeatureProcessor, P2: FeatureProcessor> Multiplexer<P1, P2>[src]

pub fn new(p1: P1, p2: P2) -> Multiplexer<P1, P2>[src]

Trait Implementations

impl<P1: FeatureProcessor, P2: FeatureProcessor> FeatureProcessor for Multiplexer<P1, P2>[src]

impl<P1: FeatureProcessor, P2: FeatureProcessor> GeomProcessor for Multiplexer<P1, P2>[src]

impl<P1: FeatureProcessor, P2: FeatureProcessor> PropertyProcessor for Multiplexer<P1, P2>[src]

Auto Trait Implementations

impl<P1, P2> RefUnwindSafe for Multiplexer<P1, P2> where
    P1: RefUnwindSafe,
    P2: RefUnwindSafe

impl<P1, P2> Send for Multiplexer<P1, P2> where
    P1: Send,
    P2: Send

impl<P1, P2> Sync for Multiplexer<P1, P2> where
    P1: Sync,
    P2: Sync

impl<P1, P2> Unpin for Multiplexer<P1, P2> where
    P1: Unpin,
    P2: Unpin

impl<P1, P2> UnwindSafe for Multiplexer<P1, P2> where
    P1: UnwindSafe,
    P2: 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.