Type Definition pp_rs::pp::Step[][src]

type Step<T> = Result<T, StepExit>;

Trait Implementations

impl<T> From<StepExit> for Step<T>[src]