[][src]Trait tsukuyomi_server::test::Input

pub trait Input: InputImpl { }

A trait representing the input to the test server.

Implementations on Foreign Types

impl<'a> Input for &'a str
[src]

impl Input for String
[src]

impl<T> Input for Request<T> where
    T: IntoRequestBody
[src]

impl<T, E> Input for Result<Request<T>, E> where
    T: IntoRequestBody,
    E: Into<Error>, 
[src]

impl Input for Builder
[src]

impl<'a> Input for &'a mut Builder
[src]

Loading content...

Implementors

Loading content...