Trait eventual::Pair [] [src]

pub trait Pair {
    type Tx;
    fn pair() -> (Self::Tx, Self);
}

Associated Types

type Tx

Required Methods

fn pair() -> (Self::Tx, Self)

Implementors