Skip to main content

CopyInStart

Type Alias CopyInStart 

Source
pub type CopyInStart<S, C, Resume> = Result<(Conn<S, ServerCopyIn<Resume>, C>, Frame)>;
Expand description

Result of starting a server-role COPY IN stream.

Aliased Type§

pub enum CopyInStart<S, C, Resume> {
    Ok((Conn<S, ServerCopyIn<Resume>, C>, Frame)),
    Err(Error),
}

Variants§

§1.0.0

Ok((Conn<S, ServerCopyIn<Resume>, C>, Frame))

Contains the success value

§1.0.0

Err(Error)

Contains the error value