pub type ResultSend<T> = Result<T, Box<dyn Error + Send + Sync>>;
enum ResultSend<T> { // some variants omitted }