Struct predicates::path::StrFilePredicate[][src]

pub struct StrFilePredicate { /* fields omitted */ }

Predicate that compares string content of files

Trait Implementations

impl Debug for StrFilePredicate
[src]

Formats the value using the given formatter. Read more

impl Display for StrFilePredicate
[src]

Formats the value using the given formatter. Read more

impl Predicate<Path> for StrFilePredicate
[src]

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

Auto Trait Implementations