[][src]Trait game24::traits::Surd

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

Associated Types

type Output

Loading content...

Required methods

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

Loading content...

Implementors

impl Surd<Maybe32> for Maybe32[src]

type Output = Maybe32

Loading content...