Module rustler::types::atom[][src]

Structs

Functions

The __struct__ atom used by Elixir.

The badarg atom, which Rustler sometimes returns to indicate that a function was called with incorrect arguments.

The error atom, commonly used in error tuples.

The false atom. (Trailing underscore because false is a keyword in Rust.)

The first atom used by Elixir.Range.

The last atom used by Elixir.Range.

The nif_panicked atom.

The nil atom.

The ok atom, commonly used in success tuples.

The true atom. (Trailing underscore because true is a keyword in Rust.)