Type Alias laminarmq_io::io_types::StreamAppendResult

source ·
pub type StreamAppendResult<P, S, E, XE> = Result<AppendLocation<P, S>, UnwrittenError<StreamAppendError<E, XE>>>;

Aliased Type§

enum StreamAppendResult<P, S, E, XE> {
    Ok(AppendLocation<P, S>),
    Err(UnwrittenError<StreamAppendError<E, XE>>),
}

Variants§

§1.0.0

Ok(AppendLocation<P, S>)

Contains the success value

§1.0.0

Err(UnwrittenError<StreamAppendError<E, XE>>)

Contains the error value