Trait eventual::Pair
[−]
[src]
pub trait Pair {
type Tx;
fn pair() -> (Self::Tx, Self);
}
pub trait Pair {
type Tx;
fn pair() -> (Self::Tx, Self);
}
type Tx