Docs.rs
inertia-rust-2.4.3
inertia-rust 2.4.3
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
KaioFelps
Dependencies
actix-web ~4
normal
optional
async-trait ~0.1
normal
futures ~0.3.30
normal
futures-util ~0.3.31
normal
handlebars ^6
normal
optional
log ^0.4
normal
regex ^1
normal
optional
reqwest ~0.12
normal
serde ^1
normal
serde_json ^1
normal
validator >=0.9, <1
normal
optional
vite-rust ~0.2
normal
optional
tokio ~1
dev
Versions
30.21%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
inertia_
rust
2.4.3
Into
Inertia
Error
Required Methods
into_inertia_error
Implementations on Foreign Types
Error
Implementors
In crate inertia_
rust
inertia_rust
Trait
IntoInertiaError
Copy item path
Source
pub trait IntoInertiaError { // Required method fn
into_inertia_error
(self) ->
InertiaError
; }
Required Methods
§
Source
fn
into_inertia_error
(self) ->
InertiaError
Implementations on Foreign Types
§
Source
§
impl
IntoInertiaError
for
Error
Source
§
fn
into_inertia_error
(self) ->
InertiaError
Implementors
§
Source
§
impl
IntoInertiaError
for
InertiaError