[][src]Type Definition creator_simctl::Result

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

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