Type Definition branchless::git::RepoResult

source · []
pub type RepoResult<T> = Result<T, Error>;
Expand description

Result type.