use percent_decode_str;
use Cow;
use crateError;
/// A trait that defines how to decode the value of a parameter.
///
/// The default decoder used for unencoded path and query params.
///
;
/// The decoder used for percent-encoded path and query params.
///
;