Trait icu_list::lazy_automaton::LazyAutomaton
source · pub trait LazyAutomaton: Automaton {
// Required method
fn matches_earliest_fwd_lazy<S: Writeable + ?Sized>(
&self,
haystack: &S,
) -> bool;
}
Required Methods§
Object Safety§
This trait is not object safe.