WiresmithTech / tedium

3 stars 1 forks source link

Types for Paths #3

Closed JamesMc86 closed 1 year ago

JamesMc86 commented 1 year ago

Create types for paths with new types.

struct ObjectPath(&str)

and then:

impl ObjectPatt { fn group_path(&str); fn channel_path(&str, &str); }

Something like that.

Was going to have a separate group path and channel path but don't think there is actually a benefit to that.