Struct susanoo_contrib::Form [] [src]

pub struct Form<F: FromForm>(pub F);

Trait Implementations

impl<F: FromForm> Deref for Form<F>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<F: FromForm> FromRequestBody for Form<F>
[src]

Auto Trait Implementations

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

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