pub trait ExecutorError { }
Expand description

Marker trait for errors in Executor method. It is needed so the concrete Errors can have a derived From

Implementors§