Docs.rs
mlua-extras-0.0.5
mlua-extras 0.0.5
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Tired-Fox
Dependencies
mlua ^0.9.9
normal
optional
mlua-extras-derive ^0.0.2
normal
optional
strum ^0.26.3
normal
serde ^1.0.210
dev
Versions
75.48%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
mlua_
extras
0.0.5
Maybe
Send
Implementors
In crate mlua_
extras
mlua_extras
Trait
MaybeSend
Copy item path
Source
pub trait MaybeSend:
Send
{ }
Expand description
Used by the
send
feature
Implementors
§
Source
§
impl<T:
Send
>
MaybeSend
for T