Type Definition parsec_client::error::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

Result type used for the internals and interface of the Parsec client