TryIntoPattern

Trait TryIntoPattern 

pub trait TryIntoPattern: TryIntoPatternPriv { }
Available on crate features net and http only.
Expand description

Private trait used by this module to easily create patterns from owned or static byte-like objects.

Implementations on Foreign Types§

§

impl TryIntoPattern for &'static str

§

impl TryIntoPattern for &'static [u8]

Implementors§