Skip to main content

IntoBytesRegex

Trait IntoBytesRegex 

Source
pub trait IntoBytesRegex { }
Available on crate feature regex only.
Expand description

Utility trait to create a Regex.

Implementations on Foreign Types§

Source§

impl IntoBytesRegex for &str

Source§

impl IntoBytesRegex for &Regex

Source§

impl IntoBytesRegex for Regex

Implementors§