[][src]Type Definition simctl::Result

type Result<T> = Result<T, Error>;

Partial application of the standard Result type, with the simctl Error pre-applied.