[][src]Function lta_utils_commons::de::from_str_to_coords

pub fn from_str_to_coords<'de, D>(
    deserializer: D
) -> Result<Option<Coordinates>, D::Error> where
    D: Deserializer<'de>, 

To be used when coordinates are space separated in a string and you would like to convert them to a Coordinates structure.