macpepdb 1.1.0

Large peptide database for mass spectrometry
Documentation
1
2
3
4
5
pub trait Table {
    /// Returns the name of the table
    ///
    fn table_name() -> &'static str;
}