Skip to main content

Bot

Type Alias Bot 

Source
pub type Bot = Bot<XftpClient<Client>>;
Available on crate features websocket and xftp only.

Aliased Type§

pub struct Bot { /* private fields */ }

Implementations§

Source§

impl Bot

Source

pub fn shutdown(self) -> impl Future<Output = ()>