Trait relearn::spaces::NonEmptySpace
source · [−]pub trait NonEmptySpace: Space {
fn some_element(&self) -> Self::Element;
}
Expand description
A space containing at least one element.
Required Methods
fn some_element(&self) -> Self::Element
fn some_element(&self) -> Self::Element
An arbitrary deterministic element from the space.