[][src]Trait jsonrpc_v2::FromRequest

pub trait FromRequest<S>: Sized {
    type Result: IntoFuture<Item = Self, Error = Error>;
    fn from_request(req: &WrappedRequestObject<S>) -> Self::Result;
}

Associated Types

type Result: IntoFuture<Item = Self, Error = Error>

Loading content...

Required methods

Loading content...

Implementations on Foreign Types

impl<S> FromRequest<S> for ()[src]

Loading content...

Implementors

impl<S> FromRequest<S> for State<S>[src]

type Result = Result<Self, Error>

Loading content...