[][src]Type Definition new_tokio_smtp::BoxedCmd

type BoxedCmd = Box<dyn TypeErasableCmd + Send>;

A type acting like a Cmd trait object

Trait Implementations

impl Cmd for BoxedCmd[src]