diff options
Diffstat (limited to 'src/ctx.rs')
-rw-r--r-- | src/ctx.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -104,6 +104,8 @@ pub mod model { } } } +pub use model::Root as Ctx; + #[derive(Debug)] pub struct ResponseCtx(pub model::Root, pub StatusCode); |