Type Alias Observation
pub type Observation<S, A> = (S, ObservationResult<A>);
Expand description
A tuple of (state_in, state_out)
representing an input to the observation and the observed output.
pub type Observation<S, A> = (S, ObservationResult<A>);
A tuple of (state_in, state_out)
representing an input to the observation and the observed output.