Docs.rs
nil-lua-0.3.5
nil-lua 0.3.5
Permalink
Docs.rs crate page
AGPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
ferreira-tb
Dependencies
anyhow ^1.0
normal
jiff ^0.2
normal
mlua ^0.11
normal
nil-client ^0.3
normal
nil-payload ^0.3
normal
serde ^1.0
normal
tap =1.0.1
normal
thiserror ^2.0
normal
tokio ^1.50
normal
Versions
0%
of the crate is documented
Platform
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
Skip to main content
Module error
nil_lua
0.3.5
Module error
Module Items
Enums
Type Aliases
In crate nil_
lua
nil_lua
Module
error
Copy item path
Source
Enums
§
Error
StdResult
Result
is a type that represents either success (
Ok
) or failure (
Err
).
Type Aliases
§
AnyResult
LuaResult
A specialized
Result
type used by
mlua
’s API.
Result