Docs.rs
factorio-mlua-0.9.0-beta.4
factorio-mlua 0.9.0-beta.4
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
JohnTheCoolingFan
Dependencies
bstr ^1.0
normal
erased-serde ^0.3
normal
optional
factorio-mlua-sys ^0.1.2
normal
futures-core ^0.3.5
normal
optional
futures-task ^0.3.5
normal
optional
futures-util ^0.3.5
normal
optional
link-cplusplus ^1.0
normal
optional
mlua_derive =0.9.0-beta.1
normal
optional
num-traits ^0.2.14
normal
once_cell ^1.0
normal
parking_lot ^0.12
normal
optional
rustc-hash ^1.0
normal
serde ^1.0
normal
optional
serde-value ^0.7
normal
optional
criterion ^0.4
dev
futures ^0.3.5
dev
futures-timer ^3.0
dev
hyper ^0.14
dev
maplit ^1.0
dev
reqwest ^0.11
dev
rustyline ^11.0
dev
serde ^1.0
dev
serde_json ^1.0
dev
static_assertions ^1.0
dev
tempfile ^3
dev
tokio ^1.0
dev
trybuild ^1.0
dev
Versions
93.75%
of the crate is documented
Go to latest stable release
Platform
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
factorio_
mlua
0.9.0-beta.4
External
Error
Required Methods
into_lua_err
Implementors
In crate factorio_
mlua
Trait
factorio_mlua
::
ExternalError
Copy item path
source
·
[
−
]
pub trait ExternalError { // Required method fn
into_lua_err
(self) ->
Error
; }
Required Methods
§
source
fn
into_lua_err
(self) ->
Error
Implementors
§
source
§
impl<E:
Into
<
Box
<dyn
StdError
+
Send
+
Sync
>>>
ExternalError
for E