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§
Ok(AppendLocation<P, S>)
Contains the success value
Err(UnwrittenError<StreamAppendError<E, XE>>)
Contains the error value