Skip to main content

CollectStringError

Type Alias CollectStringError 

Source
pub type CollectStringError<E> = PipelineE<FromUtf8Error, E>;

Aliased Type§

pub enum CollectStringError<E> {
    First(FromUtf8Error),
    Second(E),
}

Variants§

§

First(FromUtf8Error)

§

Second(E)