pub trait IActixHandlersExt<T>{
// Required methods
fn add_botx_api_handlers(self) -> App<T>;
fn add_smartapp_static_files(self, _: impl Into<PathBuf>) -> App<T>;
}Required Methods§
fn add_botx_api_handlers(self) -> App<T>
fn add_smartapp_static_files(self, _: impl Into<PathBuf>) -> App<T>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.