Trait postgis::SRID [] [src]

pub trait SRID {
    fn as_srid() -> Option<i32>;
}

Required Methods

fn as_srid() -> Option<i32>

Implementors