Structs§
- ElmFunction
Handle - A handle to an Elm function. The only thing you can do with this is
call
it. The main reason this is here, is to only do theprepare
step once. - ElmRoot
- The main entrypoint for this crate.
Enums§
- Error
- Main error type for this crate.
Type Aliases§
- Result
- A simple Result alias with the crate specific
Error
type.