Type Definition telbot_hyper::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

Result having Error as error type.