Type Definition serde_url_params::Result[][src]

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

Alias for Result with error type serde_url_params::Error.