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