Trait Respondable

Source
pub trait Respondable {
    // Provided method
    fn is_success(&self) -> bool { ... }
}

Provided Methods§

Source

fn is_success(&self) -> bool

Implementations on Foreign Types§

Source§

impl Respondable for Value

Implementors§