Docs.rs
rlua-0.19.8
rlua 0.19.8
Docs.rs crate page
MIT
21 January 2024
Links
Repository
crates.io
Source
Owners
azdle
jugglerchris
kyren
Dependencies
bitflags ^2.4
normal
bstr ^1.9
normal
libc ^0.2
normal
num-traits ^0.2.14
normal
rlua-lua51-sys ^0.1.6
normal
rlua-lua53-sys ^0.1.6
normal
rlua-lua54-sys ^0.1.6
normal
compiletest_rs ^0.10.2
dev
criterion ^0.5.1
dev
rustyline ^13.0
dev
Versions
100%
of the crate is documented
Go to latest version
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
rlua
0.19.8
ExternalError
Required Methods
to_lua_err
Implementors
In crate rlua
?
Trait
rlua
::
ExternalError
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>
ExternalError
for E
where E:
Into
<
Box
<dyn
StdError
+
Send
+
Sync
>>,