Trait fixed::types::extra::True

source ·
pub trait True { }
Expand description

This is implemented for If when the condition is true.

Implementors§

source§

impl True for If<true>