Docs.rs
rusty-web-0.0.2
rusty-web 0.0.2
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
tejmagar
Dependencies
regex ^1.10.3
normal
tempfile ^3.10.0
normal
urlencoding ^2.1.3
normal
rand ^0.8.5
dev
Versions
17.43%
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
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
rusty_
web
0.0.2
Status
Code
Required Methods
to_usize
Implementations on Foreign Types
usize
Implementors
In rusty_
web::
status
rusty_web
::
status
Trait
StatusCode
Copy item path
Source
pub trait StatusCode { // Required method fn
to_usize
(&self) ->
usize
; }
Required Methods
§
Source
fn
to_usize
(&self) ->
usize
Implementations on Foreign Types
§
Source
§
impl
StatusCode
for
usize
Source
§
fn
to_usize
(&self) ->
usize
Implementors
§
Source
§
impl
StatusCode
for
Status