[][src]Trait nhl_stats::sync::ConferencesApi

pub trait ConferencesApi {
    fn get_conference(&self, id: u32) -> Result<Division, Error>;
fn get_conferences(&self) -> Result<Conferences, Error>; }

Required methods

Loading content...

Implementors

Loading content...