[][src]Trait lonlat::lonlat::ToStringDmsNwse

pub trait ToStringDmsNwse {
    fn to_string_dms_nwse(
        &self,
        separator: &str
    ) -> Result<String, CivilEngineeringLocationError>; fn to_string_dms_nwse_comma(
        &self
    ) -> Result<String, CivilEngineeringLocationError> { ... }
fn to_string_dms_nwse_space(
        &self
    ) -> Result<String, CivilEngineeringLocationError> { ... } }

Required methods

fn to_string_dms_nwse(
    &self,
    separator: &str
) -> Result<String, CivilEngineeringLocationError>

Loading content...

Provided methods

Loading content...

Implementors

impl<T: LonLatGettable> ToStringDmsNwse for T[src]

Loading content...