use ;
/// The parameters passed to a JSON-RPC 2.0 request.
///
/// This type can be used by servers to accept arbitrary parameters from clients, allowing
/// them to check the name of the method before calling [`UnknownParams::parse`] to deserialize
/// the corresponding parameters without having to parse the request a second time.
] );