[][src]Trait city_time_zone_sqlite::repos::TraitRepoD03

pub trait TraitRepoD03 {
    fn d03_insert(&self, offset: f32, text: &str) -> Result<String, AppError>;
fn d03_find_all(&self) -> Result<Vec<D03TimeZoneInfo>, AppError>; }

Required methods

fn d03_insert(&self, offset: f32, text: &str) -> Result<String, AppError>

fn d03_find_all(&self) -> Result<Vec<D03TimeZoneInfo>, AppError>

Loading content...

Implementors

impl TraitRepoD03 for Repo[src]

fn d03_find_all(&self) -> Result<Vec<D03TimeZoneInfo>, AppError>[src]

Find all d03 records for a list of timezone with offset

Loading content...