Docs.rs
factorio-mlua-0.8.0
factorio-mlua 0.8.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
JohnTheCoolingFan
Dependencies
bstr ^0.2
normal
erased-serde ^0.3
normal
optional
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.8.0
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
criterion ^0.3.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 ^9.0
dev
serde ^1.0
dev
serde_json ^1.0
dev
tempfile ^3
dev
tokio ^1.0
dev
trybuild ^1.0
dev
cc ^1.0
build
factorio-lua-src >=544.0.0, <550.0.0
build
optional
luajit-src >=210.4.0, <220.0.0
build
optional
luau0-src ^0.3.2
build
optional
pkg-config ^0.3.17
build
Versions
82.45%
of the crate is documented
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.8.0
External
Error
Required Methods
to_lua_err
Implementors
In crate factorio_
mlua
factorio_mlua
Trait
ExternalError
Copy item path
Source
pub trait ExternalError { // Required method fn
to_lua_err
(self) ->
Error
; }
Required Methods
§
Source
fn
to_lua_err
(self) ->
Error
Implementors
§
Source
§
impl<E:
Into
<
Box
<dyn
StdError
+
Send
+
Sync
>>>
ExternalError
for E