pub trait DiagnosticLabTrait {
    // Required methods
    fn get_available_test(&self) -> &[AvailableTestProperty];
    fn take_available_test(&mut self) -> Vec<AvailableTestProperty>;
}
Expand description

This trait is for properties from https://schema.org/DiagnosticLab.

Required Methods§

Implementors§