Struct assert_fs::assert::BytesContentPathPredicate[][src]

pub struct BytesContentPathPredicate(_);

Predicate used by IntoPathPredicate for bytes

Trait Implementations

impl Debug for BytesContentPathPredicate
[src]

Formats the value using the given formatter. Read more

impl PredicateReflection for BytesContentPathPredicate
[src]

Important traits for Box<R>

Parameters of the current Predicate.

Important traits for Box<R>

Nested Predicates of the current Predicate.

impl Predicate<Path> for BytesContentPathPredicate
[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 BytesContentPathPredicate
[src]

Formats the value using the given formatter. Read more

impl IntoPathPredicate<BytesContentPathPredicate> for &'static [u8]
[src]

The type of the predicate being returned.

Convert to a predicate for testing a path.

Auto Trait Implementations