Type Definition utils_results::ResultSend [−][src]
pub type ResultSend<T> = Result<T, Box<dyn Error + Send + Sync>>;
Expand description
Master Result for Send + Sync trait
pub type ResultSend<T> = Result<T, Box<dyn Error + Send + Sync>>;
Master Result for Send + Sync trait