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

Structs

Atom

Functions

__struct__

The __struct__ atom used by Elixir.

badarg

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

error

The error atom, commonly used in error tuples.

false_

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

is_truthy
nil

The nil atom.

ok

The ok atom, commonly used in success tuples.

true_

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