Docs.rs
git-repo-manager-0.7.22
git-repo-manager 0.7.22
Permalink
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
hakoerber
Dependencies
clap =4.5.21
normal
comfy-table =7.1.3
normal
console =0.15.8
normal
git2 =0.19.0
normal
parse_link_header =0.4.0
normal
regex =1.11.1
normal
serde =1.0.215
normal
serde_json =1.0.133
normal
serde_yaml =0.9.34
normal
shellexpand =3.1.0
normal
toml =0.8.19
normal
ureq =2.11.0
normal
url-escape =0.1.1
normal
outdir-tempdir =0.2.0
dev
Versions
1.12%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
grm
0.7.22
Json
Error
Required Methods
to_string
Implementors
In grm::
provider
grm
::
provider
Trait
JsonError
Copy item path
Source
pub trait JsonError { // Required method fn
to_string
(self) ->
String
; }
Required Methods
§
Source
fn
to_string
(self) ->
String
Implementors
§
Source
§
impl
JsonError
for
GithubApiErrorResponse
Source
§
impl
JsonError
for
GitlabApiErrorResponse