Skip to main content

CopyBothServerHalfClose

Type Alias CopyBothServerHalfClose 

Source
pub type CopyBothServerHalfClose<S, C, Resume> = Result<(Conn<S, ServerCopyBoth<Resume, BothServerDone>, C>, Frame)>;
Expand description

Result of closing the server half of COPY BOTH.

Aliased Type§

pub enum CopyBothServerHalfClose<S, C, Resume> {
    Ok((Conn<S, ServerCopyBoth<Resume, BothServerDone>, C>, Frame)),
    Err(Error),
}

Variants§

§1.0.0

Ok((Conn<S, ServerCopyBoth<Resume, BothServerDone>, C>, Frame))

Contains the success value

§1.0.0

Err(Error)

Contains the error value