/// Extension trait for ABI representation.
///
/// Implemented by types generated by the [`sol!`] macro when using the [`#[sol(abi)]`][attr]
/// attribute.
///
/// [`sol!`]: crate::sol
/// [attr]: https://docs.rs/alloy-sol-macro/latest/alloy_sol_macro/macro.sol.html#attributes