Docs.rs
roopes-core-0.1.1
roopes-core 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
crates.io
Source
Owners
zwerdlds
Dependencies
delegate ^0.9.0
normal
embed-doc-image ^0.1.4
normal
enclose ^1.1.8
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Delegate
roopes_
core
0.1.1
In roopes_
core::
primitives::
handler::
lambda
roopes_core
::
primitives
::
handler
::
lambda
Trait Alias
Delegate
Copy item path
Source
trait Delegate<M> =
Fn
(
&M
);
Expand description
A
Lambda
Delegate
receives a borrowed message.