[][src]Function cookie_factory::or

pub fn or<T, U>(t: Option<T>, u: U) -> Or<T, U> where
    T: Serializer,
    U: Serializer