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§
Ok((Conn<S, ServerCopyBoth<Resume, BothServerDone>, C>, Frame))
Contains the success value
Err(Error)
Contains the error value