Type Definition new_tokio_smtp::BoxedCmd[][src]

type BoxedCmd = Box<TypeErasableCmd + Send>;

A type acting like a Cmd trait object

Trait Implementations

impl Cmd for BoxedCmd
[src]

This method is used to verify if the command can be used for a given connection Read more

Executes this command on the given connection Read more

Turns the command into a BoxedCmd Read more