[][src]Type Definition goko::errors::GokoResult

type GokoResult<T> = Result<T, GokoError>;

Helper type for a call that could go wrong.