Docs.rs
nvim-utils-0.1.12
nvim-utils 0.1.12
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
willothy
Dependencies
mlua ^0.8.7
normal
nvim-utils-macros ^0.1.1
normal
serde ^1.0.152
normal
fs_extra ^1.3.0
dev
Versions
68.92%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
nvim_
utils
0.1.12
LuaExternal
Error
Required Methods
to_lua_err
Implementors
In nvim_
utils::
prelude
nvim_utils
::
prelude
Trait
LuaExternalError
Copy item path
Source
pub trait LuaExternalError { // 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
>>,