1 2 3 4 5
use crate::model::frontier::frontier_model::FrontierModel; pub struct NoRestriction {} impl FrontierModel for NoRestriction {}