Docs.rs
forky_web-0.1.37
forky_web 0.1.37
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
mrchantey
Dependencies
anyhow ^1
normal
console_error_panic_hook ^0.1.7
normal
extend ^1.1.2
normal
forky_core 0.*
normal
js-sys ^0.3.63
normal
leptos ^0.5.2
normal
serde ^1.0.160
normal
serde_json ^1.0.96
normal
wasm-bindgen ^0.2.86
normal
wasm-bindgen-futures ^0.4.36
normal
web-sys ^0.3.61
normal
Versions
0%
of the crate is documented
Go to latest version
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
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
☰
forky_web
0.1.37
ResponseExt
Required Methods
x_text
Implementations on Foreign Types
Response
Object Safety
Implementors
In crate forky_web
?
Trait
forky_web
::
ResponseExt
source
·
[
−
]
pub trait ResponseExt { // Required method async fn
x_text
(&self) ->
Result
<
String
>; }
Required Methods
§
source
async fn
x_text
(&self) ->
Result
<
String
>
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
ResponseExt
for
Response
source
§
async fn
x_text
(&self) ->
Result
<
String
>
Implementors
§