pub type TranslateResult<A, S> = Result<Page<A, S>, TranslateError<S>>;
Aliased Type§
pub enum TranslateResult<A, S> {
Ok(Page<A, S>),
Err(TranslateError<S>),
}
pub type TranslateResult<A, S> = Result<Page<A, S>, TranslateError<S>>;
pub enum TranslateResult<A, S> {
Ok(Page<A, S>),
Err(TranslateError<S>),
}