Trait os_str_bytes::Pattern[][src]

pub trait Pattern: Sealed { }
This is supported on crate feature raw_os_str only.
Expand description

Allows a type to be used for searching by RawOsStr and RawOsString.

This trait is very similar to str::pattern::Pattern, but its methods are private and it is implemented for different types.

Implementations on Foreign Types

Implementors