Trait Props
pub trait Props {
type Builder;
// Required method
fn builder() -> Self::Builder;
}
Required Associated Typesยง
type Builder
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.