pub trait FromValueOptional<'a>: FromValueOptionalSealed<'a> { }Expand description
Trait for types that implement FromValue and are Optional.
This trait is auto-implemented for the appropriate types and is sealed.
pub trait FromValueOptional<'a>: FromValueOptionalSealed<'a> { }Trait for types that implement FromValue and are Optional.
This trait is auto-implemented for the appropriate types and is sealed.