Docs.rs
actix-lua-0.7.0
actix-lua 0.7.0
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
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
actix_
lua
0.7.0
External
Result
Required Methods
to_lua_err
Implementations on Foreign Types
Result<T, E>
Implementors
In actix_
lua::
dev::
rlua
actix_lua
::
dev
::
rlua
Trait
ExternalResult
Copy item path
Source
pub trait ExternalResult<T> { // Required method fn
to_lua_err
(self) ->
Result
<T,
Error
>; }
Required Methods
§
Source
fn
to_lua_err
(self) ->
Result
<T,
Error
>
Implementations on Foreign Types
§
Source
§
impl<T, E>
ExternalResult
<T> for
Result
<T, E>
where E:
ExternalError
,
Source
§
fn
to_lua_err
(self) ->
Result
<T,
Error
>
Implementors
§