Struct assert_cmd::assert::BytesContentOutputPredicate[][src]

pub struct BytesContentOutputPredicate(_);

Predicate used by IntoOutputPredicate for bytes.

Trait Implementations

impl Debug for BytesContentOutputPredicate
[src]

Formats the value using the given formatter. Read more

impl PredicateReflection for BytesContentOutputPredicate
[src]

Parameters of the current Predicate.

Nested Predicates of the current Predicate.

impl Predicate<[u8]> for BytesContentOutputPredicate
[src]

Execute this Predicate against variable, returning the resulting boolean. Read more

Find a case that proves this predicate as expected when run against variable.

impl Display for BytesContentOutputPredicate
[src]

Formats the value using the given formatter. Read more

impl IntoOutputPredicate<BytesContentOutputPredicate> for &'static [u8]
[src]

The type of the predicate being returned.

Convert to a predicate for testing a path.

Auto Trait Implementations