pub trait Eth {
// Required method
fn to_weth(x: u128) -> Self;
}Expand description
Convert values in in eth to weth
Required Methods§
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.