Enum futures_router_sink::Route [] [src]

pub enum Route<A, B> {
    Left(A),
    Right(B),
}

Marker to decide which route the item has to take

Variants

Marker to indicate that this item is to be routed left

Marker to indicate that this item is to be routed right