Docs.rs
rlua-0.19.6
rlua 0.19.6
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
azdle
jugglerchris
kyren
Dependencies
bitflags ^1.0.4
normal
bstr ^0.2
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.4
dev
criterion ^0.3.0
dev
rustyline ^6.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
☰
ExternalResult
Required Methods
to_lua_err
Implementations on Foreign Types
StdResult<T, E>
Implementors
In rlua
?
Trait
rlua
::
ExternalResult
source
·
[
−
]
pub trait ExternalResult<T> { // Required method fn
to_lua_err
(self) ->
Result
<T>; }
Required Methods
§
source
fn
to_lua_err
(self) ->
Result
<T>
Implementations on Foreign Types
§
source
§
impl<T, E>
ExternalResult
<T> for
StdResult
<T, E>
where E:
ExternalError
,
source
§
fn
to_lua_err
(self) ->
Result
<T>
Implementors
§