[][src]Trait game24::traits::Connect

pub trait Connect<Rhs = Self> {
    type Output;
    fn connect(self, rhs: Rhs) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn connect(self, rhs: Rhs) -> Self::Output

Loading content...

Implementors

impl Connect<Maybe32> for Maybe32[src]

type Output = Maybe32

Loading content...