Type Alias carnelian::render::generic::Order

source ·
pub type Order = GenericOrder<CARNELIAN_MAX_ORDER>;

Aliased Type§

struct Order(/* private fields */);

Trait Implementations§

source§

impl TryFrom<GenericOrder<MAX_ORDER>> for Order

§

type Error = OrderError

The type returned in the event of a conversion error.
source§

fn try_from(order: SceneOrder) -> Result<Self, OrderError>

Performs the conversion.