Trait dimensioned::Wrap [] [src]

pub trait Wrap<B> {
    type Output;
    fn wrap(&self, b: B) -> Self::Output;
}

Associated Types

type Output

Required Methods

fn wrap(&self, b: B) -> Self::Output

Implementors