[][src]Trait swagger::composites::NotFound

pub trait NotFound {
    fn not_found() -> Self;
}

Trait for generating a default "not found" response. Must be implemented on the Response associated type for NewServices being combined in a CompositeNewService.

Required Methods

Return a "not found" response

Implementations on Foreign Types

impl NotFound for Response
[src]

Implementors