seed
seed copied to clipboard
Prelude required to use Seed macros
When using Seed's macros (like div or style), seed::prelude::* must be imported.
Otherwise compiler errors are generated (e.g. failed to resolve: use of undeclared type `IndexMap` not found in this scope).
Why can't we specify full paths in macros so that use seed::prelude::* is not necessary?