Docs.rs
kir-0.1.2
kir 0.1.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
uv-xiao
Dependencies
codespan-reporting ^0.11.1
normal
indexmap ^2.7.0
normal
json ^0.12.4
normal
kir-macros ^0.1.2
normal
logos ^0.14.1
normal
num ^0.4.3
normal
slotmap ^1.0.7
normal
Versions
0%
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
Print
kir
0.1.2
Print
Required Methods
print
Implementations on Foreign Types
BigInt
BigUint
Box<T>
IndexMap<K, D>
Object
Option<T>
Range<T>
String
Vec<T>
[T; N]
bool
f32
f64
i8
i16
i32
i64
isize
u8
u16
u32
u64
usize
Implementors
In crate kir
kir
Trait
Print
Copy item path
Source
pub trait Print { // Required method fn
print
<'p>(&'p self, p: &mut
Printer
<'p>); }
Required Methods
§
Source
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Implementations on Foreign Types
§
Source
§
impl
Print
for
bool
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl
Print
for
f32
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl
Print
for
f64
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl
Print
for
i8
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl
Print
for
i16
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl
Print
for
i32
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl
Print
for
i64
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl
Print
for
isize
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl
Print
for
u8
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl
Print
for
u16
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl
Print
for
u32
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl
Print
for
u64
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl
Print
for
usize
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl
Print
for
String
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl
Print
for
Object
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl
Print
for
BigInt
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl
Print
for
BigUint
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl<K:
Print
+
Eq
+
Hash
+
Clone
, D:
Print
+
Clone
>
Print
for
IndexMap
<K, D>
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl<T:
Print
>
Print
for
Option
<T>
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl<T:
Print
>
Print
for
Box
<T>
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl<T:
Print
>
Print
for
Vec
<T>
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl<T:
Print
>
Print
for
Range
<T>
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Source
§
impl<T:
Print
, const N:
usize
>
Print
for
[T; N]
Source
§
fn
print
<'p>(&'p self, p: &mut
Printer
<'p>)
Implementors
§
Source
§
impl
Print
for
Type
Source
§
impl
Print
for
ValueId