Trait border_core::Act

source ·
pub trait Act: Clone + Debug {
    // Provided method
    fn len(&self) -> usize { ... }
}
Expand description

A set of actions of the environment.

Provided Methods§

source

fn len(&self) -> usize

Returns the number of actions in the object.

TODO: Consider to delete.

Implementors§