Type Definition python_launcher::Result[][src]

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

std::result::Result type with Error as the error type.