hadronized / warmy

Hot-reloading loadable and reloadable resources
Other
215 stars 14 forks source link

Load should have a type variable for encoding / method #10

Closed hadronized closed 6 years ago

hadronized commented 6 years ago

Something like that:

pub trait Load<Method = ()> {
  // …
}

That would enable people to have several methods to load a T type, which is nice.