Struct finchers_ext::Abort [] [src]

pub struct Abort<F> { /* fields omitted */ }

Trait Implementations

impl<F: Copy> Copy for Abort<F>
[src]

impl<F: Clone> Clone for Abort<F>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<F: Debug> Debug for Abort<F>
[src]

[src]

Formats the value using the given formatter. Read more

impl<F, E> Endpoint for Abort<F> where
    F: Fn(&mut Context) -> E + Send + Sync,
    E: Into<Error> + Send
[src]

The inner type associated with this endpoint.

The type of value which will be returned from apply.

[src]

Perform checking the incoming HTTP request and returns an instance of the associated task if matched. Read more

[src]

Create an asyncrhonous computation from a request.

Auto Trait Implementations

impl<F> Send for Abort<F> where
    F: Send

impl<F> Sync for Abort<F> where
    F: Sync