Docs.rs
clashctl-tui-0.3.2
clashctl-tui 0.3.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
George-Miao
Dependencies
bytesize ~1.1.0
normal
chrono ~0.4
normal
clap ~3.0.0-rc.4
normal
clashctl-interactive ^0.3.1
normal
crossterm ~0.22.1
normal
itertools ~0.10.1
normal
log ~0.4
normal
match_any ~1.0.1
normal
paste ~1.0.6
normal
rayon ~1.5.1
normal
smart-default ~0.6.0
normal
thiserror ~1.0
normal
tui ~0.16.0
normal
unicode-width ~0.1.9
normal
Versions
1.43%
of the crate is documented
Go to latest version
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
☰
Trait Wrap
Required Methods
wrap_by
Provided Methods
wrapped
Implementations on Foreign Types
&mut Cow<'a, str>
&mut Span<'a>
&mut Spans<'a>
&mut String
Cow<'a, str>
Span<'a>
Spans<'a>
String
Implementors
Other items in
clashctl_tui
?
Trait
clashctl_tui
::
Wrap
[
−
]
[src]
pub trait Wrap:
Sized
{ fn
wrap_by
(self, char:
char
) -> Self; fn
wrapped
(self) -> Self { ... } }
Required methods
[src]
fn
wrap_by
(self, char:
char
) -> Self
Provided methods
[src]
fn
wrapped
(self) -> Self
Implementations on Foreign Types
[src]
impl<'a>
Wrap
for &mut
Span
<'a>
[src]
fn
wrap_by
(self, char:
char
) -> Self
[src]
impl<'a>
Wrap
for
Span
<'a>
[src]
fn
wrap_by
(self, char:
char
) -> Self
[src]
impl<'a>
Wrap
for &mut
Spans
<'a>
[src]
fn
wrap_by
(self, char:
char
) -> Self
[src]
impl<'a>
Wrap
for
Spans
<'a>
[src]
fn
wrap_by
(self, char:
char
) -> Self
[src]
impl
Wrap
for &mut
String
[src]
fn
wrap_by
(self, char:
char
) -> Self
[src]
impl
Wrap
for
String
[src]
fn
wrap_by
(self, char:
char
) -> Self
[src]
impl<'a>
Wrap
for &mut
Cow
<'a,
str
>
[src]
fn
wrap_by
(self, char:
char
) -> Self
[src]
impl<'a>
Wrap
for
Cow
<'a,
str
>
[src]
fn
wrap_by
(self, char:
char
) -> Self
Implementors
[src]
impl<'a>
Wrap
for
FooterItem
<'a>