pub trait ProteinTrait {
    // Required methods
    fn get_has_bio_polymer_sequence(&self) -> &[HasBioPolymerSequenceProperty];
    fn take_has_bio_polymer_sequence(
        &mut self
    ) -> Vec<HasBioPolymerSequenceProperty>;
}
Expand description

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

Required Methods§

Implementors§