IntoDefaultRpcParams

Trait IntoDefaultRpcParams 

Source
pub trait IntoDefaultRpcParams:
    DeserializeOwned
    + Send
    + Default { }
Expand description

Marker trait with a blanket implementation that return T::default if the params: Option<Value> is none.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§