Trait dogs::search_decorator::SearchSpaceDecorator[][src]

pub trait SearchSpaceDecorator<S> {
    fn unwrap(&self) -> &S;
}
Expand description

defines a search space decorator trait. A search space decorator allows

Required methods

gets the underlying search space

Implementors