Docs.rs
modern-terminal-0.7.0
modern-terminal 0.7.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kamadorueda
Dependencies
libc ^0.2
normal
regex ^1
normal
textwrap ^0.14
normal
lipsum ^0.8
dev
Versions
1.22%
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
Render
modern_
terminal
0.7.0
Render
Required Methods
render
Implementors
In modern_
terminal::
core::
render
modern_terminal
::
core
::
render
Trait
Render
Copy item path
Source
pub trait Render { // Required method fn
render
(&self, options: &
Options
) ->
RenderedSegments
; }
Required Methods
§
Source
fn
render
(&self, options: &
Options
) ->
RenderedSegments
Implementors
§
Source
§
impl
Render
for
ColorPalette
Source
§
impl
Render
for
Table
Source
§
impl
Render
for
Text