Docs.rs
tui-pattern-highlighter-0.3.3
tui-pattern-highlighter 0.3.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
smallbraintime
Dependencies
ratatui <0.30.0
normal
regex ^1.11.1
normal
Versions
40%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tui_
pattern_
highlighter
0.3.3
Into
Regex
Ref
Required Methods
into_regex_ref
Implementations on Foreign Types
&'a Regex
&'a String
&'a str
Regex
String
Implementors
In crate tui_
pattern_
highlighter
tui_pattern_highlighter
Trait
IntoRegexRef
Copy item path
Source
pub trait IntoRegexRef { // Required method fn
into_regex_ref
(self) ->
Cow
<'static,
Regex
>; }
Required Methods
§
Source
fn
into_regex_ref
(self) ->
Cow
<'static,
Regex
>
Implementations on Foreign Types
§
Source
§
impl
IntoRegexRef
for
String
Source
§
fn
into_regex_ref
(self) ->
Cow
<'static,
Regex
>
Source
§
impl
IntoRegexRef
for
Regex
Source
§
fn
into_regex_ref
(self) ->
Cow
<'static,
Regex
>
Source
§
impl<'a>
IntoRegexRef
for &'a
str
Source
§
fn
into_regex_ref
(self) ->
Cow
<'static,
Regex
>
Source
§
impl<'a>
IntoRegexRef
for &'a
String
Source
§
fn
into_regex_ref
(self) ->
Cow
<'static,
Regex
>
Source
§
impl<'a>
IntoRegexRef
for &'a
Regex
Source
§
fn
into_regex_ref
(self) ->
Cow
<'static,
Regex
>
Implementors
§