Type Definition git_protocol::credentials::Result [−][src]
pub type Result = Result<Option<Outcome>, Error>;Expand description
The result used in helper().
pub type Result = Result<Option<Outcome>, Error>;The result used in helper().