Trait asserhttp::Asserhttp

source ·
pub trait Asserhttp<T>: AsserhttpStatus<T> + AsserhttpHeader<T> + AsserhttpBody<T> { }
Expand description

For assertions on http response

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<T, E> Asserhttp<T> for Result<T, E>
where T: StatusAccessor + HeaderAccessor + BodyAccessor, E: Debug,

Implementors§

source§

impl<T> Asserhttp<T> for T
where T: StatusAccessor + HeaderAccessor + BodyAccessor,