starlane_space::space::log

Type Alias TrackRegex

Source
pub type TrackRegex = TrackDef<Regex>;

Aliased Type§

struct TrackRegex { /* private fields */ }

Implementations§

Source§

impl TrackRegex

Source

pub fn new<S: ToString>( selector: S, stop: S, action: S, ) -> Result<Self, SpaceErr>