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
☰
Result
In actix_lua::dev::rlua
?
Type Definition
actix_lua
::
dev
::
rlua
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
A specialized
Result
type used by
rlua
’s API.