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

pub fn true_() -> Atom

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

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