Docs.rs
spa-server-0.1.0
spa-server 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
avalon1610
Dependencies
actix-cors ^0.5
normal
actix-files ^0.6.0-beta.2
normal
actix-identity ^0.3
normal
actix-web ^4.0.0-beta.3
normal
include-flate ^0.1
normal
log ^0.4
normal
rand ^0.8
normal
serde ^1.0
normal
spa-server-derive ^0.1
normal
time ^0.2
normal
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
ResourcePath
spa_
server
0.1.0
Resource
Path
Required Methods
path
Implementations on Foreign Types
&'a str
ByteString
String
Implementors
In spa_
server::
re_
export::
dev
spa_server
::
re_export
::
dev
Trait
Resource
Path
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<'a>
ResourcePath
for &'a
str
Source
§
fn
path
(&self) -> &
str
Implementors
§
Source
§
impl
ResourcePath
for
Uri
Source
§
impl
ResourcePath
for
Url