ResponseMatcherFn

Type Alias ResponseMatcherFn 

Source
pub type ResponseMatcherFn = Arc<dyn Fn(&Response) -> Result<(), String> + Send + Sync>;
Expand description

Type alias for custom response matcher functions.

Aliased Typeยง

pub struct ResponseMatcherFn { /* private fields */ }