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
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
Result<T, E>
Implementors
In actix_lua::dev::rlua
?
Trait
actix_lua
::
dev
::
rlua
::
ExternalResult
source
·
[
−
]
pub trait ExternalResult<T> { 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