Docs.rs
glyph_ui-0.1.0
glyph_ui 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
CobaltCause
Dependencies
crossterm ^0.19
normal
euclid ^0.22
normal
futures ^0.3
normal
keyboard-types ^0.5
normal
parking_lot ^0.11
normal
textwrap ^0.13
normal
thiserror ^1
normal
unicode-segmentation ^1
normal
tokio ^0.3
dev
Versions
84.43%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
ViewExt
glyph_
ui
0.1.0
ViewExt
Provided Methods
border
Implementors
In glyph_
ui::
view::
border
glyph_ui
::
view
::
border
Trait
ViewExt
Copy item path
Source
pub trait ViewExt { // Provided method fn
border
(self) ->
View
<Self>
where Self:
Sized
{ ... } }
Provided Methods
§
Source
fn
border
(self) ->
View
<Self>
where Self:
Sized
,
Implementors
§
Source
§
impl<V>
ViewExt
for V