pub type PageResult<V, T> = Result<V, PageError<T>>;
Expand description

Generic result data structure