Function rustler::types::atom::false_[][src]

pub fn false_() -> Atom

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

If you're looking to convert between Erlang terms and Rust bool values, use Encoder and Decoder instead.