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
Should have something like BaseAgentSettings in configuration and then all the types with lots of functionality (e.g. CachingHome) implement From<BaseAgentSettings>. Overall, we should move from implementing <config struct>::into_<some struct with functionality> to implementing <struct with functionality>::from_<some config struct>
The text was updated successfully, but these errors were encountered:
Should have something like
BaseAgentSettings
in configuration and then all the types with lots of functionality (e.g.CachingHome
) implementFrom<BaseAgentSettings>.
Overall, we should move from implementing<config struct>::into_<some struct with functionality>
to implementing<struct with functionality>::from_<some config struct>
The text was updated successfully, but these errors were encountered: