StrPattern

Trait StrPattern 

Source
pub trait StrPattern: Sealed { }
Expand description

A pattern that can be used with starts_with and ends_with methods.

Implementations on Foreign Types§

Source§

impl StrPattern for &str

Source§

impl StrPattern for &String

Source§

impl StrPattern for char

Implementors§