TryIntoPattern

Trait TryIntoPattern 

pub trait TryIntoPattern: TryIntoPatternPriv { }
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§