carnelian::render::generic

Type Alias 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

Source§

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.