Struct json_api_rocket::JsonApiFairing [] [src]

pub struct JsonApiFairing;

Trait Implementations

impl Fairing for JsonApiFairing
[src]

[src]

Returns an Info structure containing the name and Kind of this fairing. The name can be any arbitrary string. Kind must be an ord set of Kind variants. Read more

[src]

The attach callback. Returns Ok if launch should proceed and Err if launch should be aborted. Read more

[src]

The launch callback. Read more

[src]

The request callback. Read more

[src]

The response callback. Read more