Docs.rs
qwreey-rocket-0.1.1
qwreey-rocket 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
qwreey
Dependencies
qwreey-utility-rs ^0.1.2
normal
rocket ^0.5.1
normal
rocket_dyn_templates ^0.2.0
normal
serde ^1.0
normal
serde_json ^1.0.133
normal
Versions
0%
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
qwreey_
rocket
0.1.1
Rocket
Orbit
Aliased Type
Trait Implementations
TemplateToContent
In crate qwreey_
rocket
qwreey_rocket
Type Alias
RocketOrbit
Copy item path
Source
pub type RocketOrbit =
Rocket
<
Orbit
>;
Aliased Type
§
pub struct RocketOrbit(
/* private fields */
);
Trait Implementations
§
Source
§
impl
TemplateToContent
for
RocketOrbit
Source
§
fn
template_to_content
<S:
Into
<
Cow
<'static,
str
>>, C:
Serialize
>( &self, name: S, context: C, ) ->
Result
<
Arc
<
str
>,
String
>