Docs.rs
  • cosmic-space-0.3.14
    • cosmic-space 0.3.14
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • uberscott
    • Dependencies
      • ariadne ^0.1.5 normal
      • async-trait ^0.1.48 normal
      • bincode ^1.3.3 normal
      • convert_case ^0.5.0 normal
      • cosmic-macros-primitive ^0.3.14 normal
      • cosmic-nom ^0.3.14 normal
      • dashmap ^5.3.4 normal
      • enum-ordinalize ^3.1.11 normal
      • lazy_static ^1.4.0 normal
      • nom ^7 normal
      • nom-supreme ^0.6.0 normal
      • nom_locate ^4.0.0 normal
      • regex ^1.5.4 normal
      • semver ^1.0.10 normal
      • serde ^1.0.69 normal
      • serde_json ^1.0.79 normal
      • serde_urlencoded ^0.7.1 normal
      • strum ^0.24.1 normal
      • strum_macros ^0.24.1 normal
      • tokio ^1.15.0 normal
      • url ^2.3.1 normal
      • validator ^0.15.0 normal
    • Versions
    • 0.89% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

cosmic_space0.3.14

PipelineSegmentVar

Aliased Type

Fields

  • step
  • stop

Trait Implementations

  • ToResolved<PipelineSegmentDef<PointDef<RouteSeg, PointSeg>>>
  • ToResolved<PipelineSegmentDef<PointDef<RouteSeg, PointSegCtx>>>

In cosmic_space::parse::model

cosmic_space::parse::model

Type Alias PipelineSegmentVar

Source
pub type PipelineSegmentVar = PipelineSegmentDef<PointVar>;

Aliased Type§

pub struct PipelineSegmentVar {
    pub step: PipelineStepDef<PointDef<RouteSegVar, PointSegVar>>,
    pub stop: PipelineStopDef<PointDef<RouteSegVar, PointSegVar>>,
}

Fields§

§step: PipelineStepDef<PointDef<RouteSegVar, PointSegVar>>§stop: PipelineStopDef<PointDef<RouteSegVar, PointSegVar>>

Trait Implementations§

Source§

impl ToResolved<PipelineSegmentDef<PointDef<RouteSeg, PointSeg>>> for PipelineSegmentVar

Source§

fn to_resolved(self, env: &Env) -> Result<PipelineSegment, SpaceErr>

Source§

fn collapse(self) -> Result<R, SpaceErr>

Source§

impl ToResolved<PipelineSegmentDef<PointDef<RouteSeg, PointSegCtx>>> for PipelineSegmentVar

Source§

fn to_resolved(self, env: &Env) -> Result<PipelineSegmentCtx, SpaceErr>

Source§

fn collapse(self) -> Result<R, SpaceErr>