Trait spirv_std::image::sample_with::OptionTy
source · pub trait OptionTy {
const EXISTS: bool;
}
Expand description
Helper trait to mimic Option<T>
, but where the variant are types
Required Associated Constants§
Object Safety§
This trait is not object safe.