Trait Target

Source
pub trait Target: Sealed { }
Expand description

Marker trait for a compiler backend target.

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.

Implementors§

Source§

impl Target for Cpp

Available on crate feature cpp only.
Source§

impl Target for Glsl

Available on crate feature glsl only.
Source§

impl Target for Hlsl

Available on crate feature hlsl only.
Source§

impl Target for Json

Available on crate feature json only.
Source§

impl Target for Msl

Available on crate feature msl only.
Source§

impl Target for None