[][src]Module tbot::prelude

Traits needed when working with tbot.

Re-exports

pub use super::contexts::traits::*;

Traits

Future

Trait for types which are a placeholder of a value that may become available at some later point in time.

IntoFuture

Class of types which can be converted into a future.