Skip to main content

TrackRegex

Type Alias TrackRegex 

Source
pub type TrackRegex = TrackDef<Regex>;

Aliased Type§

pub struct TrackRegex { /* private fields */ }

Implementations§

Source§

impl TrackRegex

Source

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