Crate tristate [] [src]

The TriState crate provides a three-valued type equivalent to Option<bool>. It also provides several convenience methods for testing tri-state values.

Enums

TriState

A three-valued type equivalent to Option<bool>.