Docs.rs
wit-encoder-0.236.0
wit-encoder 0.236.0
Permalink
Docs.rs crate page
Apache-2.0
WITH LLVM-exception OR
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
wasmtime-publish
Dependencies
id-arena ^2
normal
optional
pretty_assertions ^1.3.0
normal
semver ^1.0.0
normal
serde ^1.0.166
normal
optional
wit-parser ^0.236.0
normal
optional
anyhow ^1.0.58
dev
indoc ^2.0.5
dev
Versions
19.51%
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
wit_
encoder
0.236.0
Interface
Uses
Aliased Type
Trait Implementations
Render
In crate wit_
encoder
wit_encoder
Type Alias
InterfaceUses
Copy item path
Source
pub type InterfaceUses =
Vec
<
Use
>;
Aliased Type
§
pub struct InterfaceUses {
/* private fields */
}
Trait Implementations
§
Source
§
impl
Render
for
InterfaceUses
Source
§
fn
render
(&self, f: &mut
Formatter
<'_>, opts: &
RenderOpts
) ->
Result