Struct git_protocol::credentials::Outcome [−][src]
pub struct Outcome {
pub identity: Identity,
pub next: NextAction,
}Expand description
The outcome of helper().
Fields
identity: IdentityThe obtained identity.
next: NextActionA handle to the action to perform next using another call to helper().