Skip to main content

TextsBatch

Type Alias TextsBatch 

Source
pub type TextsBatch = Result<Vec<Text>, Box<dyn Error>>;

Aliased Type§

pub enum TextsBatch {
    Ok(Vec<Text>),
    Err(Box<dyn Error>),
}

Variants§

§1.0.0

Ok(Vec<Text>)

Contains the success value

§1.0.0

Err(Box<dyn Error>)

Contains the error value