Type Definition teloxide::prelude::TransitionIn[][src]

type TransitionIn<R> = UpdateWithCx<R, Message>;

An input passed into a FSM (sub)transition function.