Trait vector::http::MaybeAuth

source ·
pub trait MaybeAuth: Sized {
    // Required method
    fn choose_one(&self, other: &Self) -> Result<Self>;
}

Required Methods§

source

fn choose_one(&self, other: &Self) -> Result<Self>

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl MaybeAuth for Option<Auth>

source§

fn choose_one(&self, other: &Self) -> Result<Self>

Implementors§