Function ethers::core::utils::serialize[][src]

pub fn serialize<T>(t: &T) -> Value where
    T: Serialize
Expand description

Serialize a type.

Panics

If the type returns an error during serialization.