[][src]Type Definition serde_url_params::Result

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

Alias for Result with error type serde_url_params::Error.