You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A use case to keep in my is re-using implementations. For example, a user might have both MemorySession and a RedisSession classes that share implementations. These should be friendly to generics and re-using the base class.
The text was updated successfully, but these errors were encountered:
Proc macro for classes
Replaces #6
Proc macros might allow creating classes as wrappers around the
JsBox
concept. For example:A use case to keep in my is re-using implementations. For example, a user might have both
MemorySession
and aRedisSession
classes that share implementations. These should be friendly to generics and re-using the base class.The text was updated successfully, but these errors were encountered: