pub type ProcessResult = Result<Vec<PostDocument>, PostError>;Expand description
Result of processing: the document (possibly split into multiple).
Aliased Type§
pub enum ProcessResult {
Ok(Vec<PostDocument>),
Err(PostError),
}pub type ProcessResult = Result<Vec<PostDocument>, PostError>;Result of processing: the document (possibly split into multiple).
pub enum ProcessResult {
Ok(Vec<PostDocument>),
Err(PostError),
}