Crate elm_rust_binding

Source

Structs§

ElmFunctionHandle
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 the prepare 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.