Skip to main content

TryIntoPattern

Trait TryIntoPattern 

pub trait TryIntoPattern: TryIntoPatternPriv { }
Available on crate feature net only.
Expand description

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

§

impl TryIntoPattern for &'static [u8]

§

impl TryIntoPattern for &'static str

Implementors§