Type Definition gorrosion_gtp::gtp_type::Boolean

source ·
pub type Boolean = Value;
Expand description

A boolean value, either True or False.

Most easily used, resp. provided, by casting to, resp. from, bool.