Struct rotor_stream::IntentBuilder [] [src]

pub struct IntentBuilder<M>(_);

A helper class returned from Intent::of()

See the documentation of Intent for guide

Methods

impl<M> IntentBuilder<M>
[src]

Add a generic expectation

The method is useful if you're returning an expectation from somewhere otherwise use specific expect_* methods

Trait Implementations

impl<M: Debug> Debug for IntentBuilder<M>
[src]

Formats the value using the given formatter.