starlane_space::space::selector

Type Alias PointKindSegOpt

Source
pub type PointKindSegOpt = PointKindSegDef<Option<Kind>>;

Aliased Type§

struct PointKindSegOpt {
    pub segment: PointSeg,
    pub kind: Option<Kind>,
}

Fields§

§segment: PointSeg§kind: Option<Kind>

Trait Implementations§

Source§

impl ToString for PointKindSegOpt

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more