Type Definition pages::pages::errors::PageResult

source · []
pub type PageResult<V, T> = Result<V, PageError<T>>;
Expand description

Generic result data structure