[][src]Trait garnish_lang_common::With

pub trait With<T, U> {
    fn with(self, other: Option<U>) -> Option<(T, U)>;
}

Required methods

fn with(self, other: Option<U>) -> Option<(T, U)>

Loading content...

Implementations on Foreign Types

impl<T, U> With<T, U> for Option<T>[src]

Loading content...

Implementors

Loading content...