Type Alias ng_net::utils::ResultSend

source ·
pub type ResultSend<T> = Result<T, Box<dyn Error + Send + Sync>>;

Aliased Type§

enum ResultSend<T> {
    // some variants omitted
}

Variants§