Trait vrp_core::models::common::IdDimension
source · pub trait IdDimension {
// Required methods
fn set_id(&mut self, id: &str) -> &mut Self;
fn get_id(&self) -> Option<&String>;
}Expand description
A trait to get or set id.