Docs.rs
scrappy-router-0.0.1
scrappy-router 0.0.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
bevanhunt
Dependencies
bytestring ^0.1.2
normal
http ^0.2.0
normal
optional
log ^0.4.8
normal
regex ^1.3.1
normal
serde ^1.0.104
normal
http ^0.2.0
dev
serde_derive ^1.0
dev
Versions
43.75%
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
scrappy_
router
0.0.1
Resource
Path
Required Methods
path
Implementations on Foreign Types
&'a str
ByteString
String
Uri
Implementors
In crate scrappy_
router
scrappy_router
Trait
ResourcePath
Copy item path
Source
pub trait ResourcePath { // Required method fn
path
(&self) -> &
str
; }
Required Methods
§
Source
fn
path
(&self) -> &
str
Implementations on Foreign Types
§
Source
§
impl
ResourcePath
for
String
Source
§
fn
path
(&self) -> &
str
Source
§
impl
ResourcePath
for
ByteString
Source
§
fn
path
(&self) -> &
str
Source
§
impl
ResourcePath
for
Uri
Source
§
fn
path
(&self) -> &
str
Source
§
impl<'a>
ResourcePath
for &'a
str
Source
§
fn
path
(&self) -> &
str
Implementors
§
Source
§
impl
ResourcePath
for
Url