pub trait IntoNullable {
type Nullable;
}Expand description
Converts a type which may or may not be nullable into its nullable representation.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".