[][src]Trait protein_analysis::model::ModelAnalysis

pub trait ModelAnalysis {
    fn ramachandran(&self) -> (Vec<f32>, Vec<f32>);
}

Required methods

fn ramachandran(&self) -> (Vec<f32>, Vec<f32>)

Loading content...

Implementations on Foreign Types

impl ModelAnalysis for Model[src]

Loading content...

Implementors

Loading content...