[][src]Trait saphir::utils::MethodExtension

pub trait MethodExtension {
    fn any() -> Self;
fn is_any(&self) -> bool; }

Required methods

fn any() -> Self

fn is_any(&self) -> bool

Loading content...

Implementors

impl MethodExtension for Method[src]

fn any() -> Self[src]

Represent a method for which any Http method will be accepted

Loading content...