Trait botx_api_framework::extensions::actix::IActixHandlersExt
source · pub trait IActixHandlersExt<T>where
T: ServiceFactory<ServiceRequest, Config = (), Error = Error, InitError = ()>,{
// Required methods
fn add_botx_api_handlers(self) -> App<T>;
fn add_smartapp_static_files(self, _: impl Into<PathBuf>) -> App<T>;
}