mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-16 13:42:05 +00:00
Inline the Data struct in docs.
This commit is contained in:
parent
6a8d64f69b
commit
1849365eda
@ -130,9 +130,9 @@ pub mod handler {
|
|||||||
#[doc(inline)] pub use logger::LoggingLevel;
|
#[doc(inline)] pub use logger::LoggingLevel;
|
||||||
#[doc(hidden)] pub use codegen::{StaticRouteInfo, StaticCatchInfo};
|
#[doc(hidden)] pub use codegen::{StaticRouteInfo, StaticCatchInfo};
|
||||||
#[doc(inline)] pub use outcome::{Outcome, IntoOutcome};
|
#[doc(inline)] pub use outcome::{Outcome, IntoOutcome};
|
||||||
|
#[doc(inline)] pub use data::Data;
|
||||||
pub use router::Route;
|
pub use router::Route;
|
||||||
pub use request::Request;
|
pub use request::Request;
|
||||||
pub use data::Data;
|
|
||||||
pub use error::Error;
|
pub use error::Error;
|
||||||
pub use catcher::Catcher;
|
pub use catcher::Catcher;
|
||||||
pub use rocket::Rocket;
|
pub use rocket::Rocket;
|
||||||
|
Loading…
Reference in New Issue
Block a user