Docs.rs
spirv-tools-0.10.0
spirv-tools 0.10.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
LegNeato
embark-studios
Dependencies
memchr ^2.3
normal
optional
spirv-tools-sys ^0.8
normal
tempfile ^3.1
normal
optional
similar ^2.0
dev
Versions
34.12%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
spirv_
tools
0.10.0
Message
Callback
Required Methods
on_message
Implementors
In spirv_
tools::
error
spirv_tools
::
error
Trait
MessageCallback
Copy item path
Source
pub trait MessageCallback { // Required method fn
on_message
(&mut self, msg:
Message
); }
Required Methods
§
Source
fn
on_message
(&mut self, msg:
Message
)
Implementors
§
Source
§
impl<F>
MessageCallback
for F
where F:
FnMut
(
Message
),