Type Alias fhir_rs::datatype::Boolean

source ·
pub type Boolean = bool;

Trait Implementations§

source§

impl Serialize for Boolean

source§

fn serialize<Ser: Serializer>(&self, serializer: Ser) -> Result<()>