LineField

Type Alias LineField 

Source
pub type LineField = Vec<Line>;
Expand description

LineField

A collection of Line items, typically used within transactions.

Aliased Type§

pub struct LineField { /* private fields */ }

Trait Implementations§