Struct lib_xch::handler::ResultHandler [] [src]

pub struct ResultHandler<U> {
    pub warn_message: WarnCases,
    pub result: U,
}

ResultHandler returns the balancer's result. And it may contain warning message.

Fields

Trait Implementations

Auto Trait Implementations

impl<U> Send for ResultHandler<U> where
    U: Send

impl<U> Sync for ResultHandler<U> where
    U: Sync