Type Definition telbot_hyper::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

Result having Error as error type.