Crate elm_rust_binding

Source

Structs§

  • 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.
  • The main entrypoint for this crate.

Enums§

  • Main error type for this crate.

Type Aliases§

  • A simple Result alias with the crate specific Error type.