MaybeSend
ytil_
noxi
0.1.0
Maybe
Send
Implementors
In ytil_
noxi::
mlua
ytil_noxi
::
mlua
Trait
Maybe
Send
Copy item path
pub trait MaybeSend { }
Expand description
A trait that adds
Send
requirement if
send
feature is enabled.
Implementors
§
§
impl<T>
MaybeSend
for T
Available on
non-crate feature
send
only.