Docs.rs
actix-lua-0.5.1
actix-lua 0.5.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
poga
Dependencies
actix ^0.7
normal
futures ^0.1
normal
regex ^1
normal
rlua ^0.15
normal
tokio ^0.1
normal
uuid ^0.6
normal
futures-timer ^0.1
dev
Versions
66.67%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
ExternalError
Required Methods
to_lua_err
Implementors
In actix_lua::dev::rlua
?
Trait
actix_lua
::
dev
::
rlua
::
ExternalError
source
·
[
−
]
pub trait ExternalError { 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
<Error>,