Docs.rs
shuck-format-0.0.21
shuck-format 0.0.21
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ewhauser
Dependencies
unicode-width ^0.2
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
FormatOptions
shuck_
format
0.0.21
Format
Options
Required Methods
as_print_options
Implementors
In shuck_
format::
prelude
shuck_format
::
prelude
Trait
Format
Options
Copy item path
Source
pub trait FormatOptions { // Required method fn
as_print_options
(&self) ->
PrinterOptions
; }
Required Methods
§
Source
fn
as_print_options
(&self) ->
PrinterOptions
Implementors
§
Source
§
impl
FormatOptions
for
SimpleFormatOptions