Address issue 3033

This commit is contained in:
eliote@liatrio.com 2023-05-11 09:42:32 -04:00
parent 17218dc6c8
commit d394131d4a
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ pub(crate) mod types;
pub mod web;
pub use crate::app::App;
pub use crate::app_service::AppEntry;
#[doc(inline)]
pub use crate::error::Result;
pub use crate::error::{Error, ResponseError};