Type Alias Read

Source
pub type Read = ReadDef<Point>;

Aliased Type§

pub struct Read {
    pub point: PointDef<RouteSeg, PointSeg>,
    pub payload: Substance,
}

Fields§

§point: PointDef<RouteSeg, PointSeg>§payload: Substance