pub trait AccountReportOptions {
// Required method
fn product_id(self, product_id: &str) -> Self;
}Expand description
Account only builder options
Required Methods§
fn product_id(self, product_id: &str) -> Self
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.