Docs.rs
make-quote-0.5.3
make-quote 0.5.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Avimitin
Dependencies
image ^0.24.5
normal
imageproc ^0.23.0
normal
rusttype ^0.9.3
normal
thiserror ^1.0.39
normal
typed-builder ^0.15.1
normal
Versions
16.67%
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
AsSpooledData
make_
quote
0.5.3
AsSpooled
Data
Required Methods
as_spooled_data
Implementations on Foreign Types
[u8]
str
Implementors
In crate make_
quote
make_quote
Trait
AsSpooled
Data
Copy item path
Source
pub trait AsSpooledData { // Required method fn
as_spooled_data
(&self) ->
SpooledData
<'_>; }
Required Methods
§
Source
fn
as_spooled_data
(&self) ->
SpooledData
<'_>
Implementations on Foreign Types
§
Source
§
impl
AsSpooledData
for
str
Source
§
fn
as_spooled_data
(&self) ->
SpooledData
<'_>
Source
§
impl
AsSpooledData
for [
u8
]
Source
§
fn
as_spooled_data
(&self) ->
SpooledData
<'_>
Implementors
§
Source
§
impl<'data>
AsSpooledData
for
SpooledData
<'data>
Source
§
impl<P>
AsSpooledData
for P
where P:
AsRef
<
Path
>,