[−][src]Trait tsukuyomi_server::test::Input
A trait representing the input to the test server.
Implementations on Foreign Types
impl<'a> Input for &'a str[src]
impl<'a> Input for &'a strimpl Input for String[src]
impl Input for Stringimpl<T> Input for Request<T> where
T: IntoRequestBody, [src]
impl<T> Input for Request<T> where
T: IntoRequestBody, impl<T, E> Input for Result<Request<T>, E> where
T: IntoRequestBody,
E: Into<Error>, [src]
impl<T, E> Input for Result<Request<T>, E> where
T: IntoRequestBody,
E: Into<Error>, impl Input for Builder[src]
impl Input for Builderimpl<'a> Input for &'a mut Builder[src]
Loading content...
impl<'a> Input for &'a mut Builder