Docs.rs
actix-lua-0.7.0
actix-lua 0.7.0
Permalink
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.16
normal
tokio ^0.1
normal
uuid ^0.6
normal
futures-timer ^0.1
dev
Versions
28.57%
of the crate is documented
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
actix_
lua
0.7.0
External
Error
Required Methods
to_lua_err
Implementors
In actix_
lua::
dev::
rlua
actix_lua
::
dev
::
rlua
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>
ExternalError
for E
where E:
Into
<
Box
<dyn
Error
+
Send
+
Sync
>>,