Docs.rs
kcl-0.3.3
kcl 0.3.3
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
davidsteiner
fergusdixon
Dependencies
base64 ^0.13.1
normal
base64-serde ^0.6.1
normal
eyre ^0.6.8
normal
serde ^1.0.147
normal
serde_json ^1.0.87
normal
thiserror ^1.0.37
normal
Versions
7.41%
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
OutputWriter
kcl
0.3.3
Output
Writer
Required Methods
write
Implementors
In kcl::
writer
kcl
::
writer
Trait
Output
Writer
Copy item path
Source
pub trait OutputWriter { // Required method fn
write
(&mut self, payload: &[
u8
]) ->
Result
<
()
>; }
Required Methods
§
Source
fn
write
(&mut self, payload: &[
u8
]) ->
Result
<
()
>
Implementors
§
Source
§
impl
OutputWriter
for
StdoutWriter