Struct argle::Join[][src]

pub struct Join<A, B> { /* fields omitted */ }

Trait Implementations

impl<A, B> Param for Join<A, B> where
    A: Param,
    B: Param
[src]

Auto Trait Implementations

impl<A, B> Send for Join<A, B> where
    A: Send,
    B: Send

impl<A, B> Sync for Join<A, B> where
    A: Sync,
    B: Sync