Type Definition pagemap::Result[][src]

type Result<T> = Result<T, PageMapError>;

A custom Result type for this crate, combining a return value with a PageMapError. It is used all over the crate and also returned by many functions and methods of its external API.