Docs.rs
depo-api-0.15.0
depo-api 0.15.0
Permalink
Docs.rs crate page
BSD-2-Clause-Patent
Links
Repository
crates.io
Source
Owners
wolfmcnally
Dependencies
bc-components ^0.25.0
normal
bc-envelope ^0.34.0
normal
bc-ur ^0.13.0
normal
bc-xid ^0.13.0
normal
dcbor ^0.23.0
normal
gstp ^0.10.0
normal
hex ^0.4.3
normal
thiserror ^2.0
normal
bc-rand ^0.4.0
dev
hex-literal ^0.4.1
dev
indoc ^2.0.4
dev
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Abbrev
depo_
api
0.15.0
Abbrev
Required Methods
abbrev
Implementations on Foreign Types
ARID
ByteString
Envelope
HashMap<K, V>
HashSet<T>
Option<&String>
Option<&str>
Option<String>
PrivateKeyBase
PublicKeys
String
Vec<T>
str
Implementors
In depo_
api::
request::
util
depo_api
::
request
::
util
Trait
Abbrev
Copy item path
Source
pub trait Abbrev { // Required method fn
abbrev
(&self) ->
String
; }
Required Methods
§
Source
fn
abbrev
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
Abbrev
for
Option
<&
str
>
Source
§
fn
abbrev
(&self) ->
String
Source
§
impl
Abbrev
for
Option
<&
String
>
Source
§
fn
abbrev
(&self) ->
String
Source
§
impl
Abbrev
for
Option
<
String
>
Source
§
fn
abbrev
(&self) ->
String
Source
§
impl
Abbrev
for
str
Source
§
fn
abbrev
(&self) ->
String
Source
§
impl
Abbrev
for
String
Source
§
fn
abbrev
(&self) ->
String
Source
§
impl
Abbrev
for
ARID
Source
§
fn
abbrev
(&self) ->
String
Source
§
impl
Abbrev
for
PrivateKeyBase
Source
§
fn
abbrev
(&self) ->
String
Source
§
impl
Abbrev
for
PublicKeys
Source
§
fn
abbrev
(&self) ->
String
Source
§
impl
Abbrev
for
Envelope
Source
§
fn
abbrev
(&self) ->
String
Source
§
impl
Abbrev
for
ByteString
Source
§
fn
abbrev
(&self) ->
String
Source
§
impl<K, V>
Abbrev
for
HashMap
<K, V>
where K:
Abbrev
, V:
Abbrev
,
Source
§
fn
abbrev
(&self) ->
String
Source
§
impl<T>
Abbrev
for
Vec
<T>
where T:
Abbrev
,
Source
§
fn
abbrev
(&self) ->
String
Source
§
impl<T>
Abbrev
for
HashSet
<T>
where T:
Abbrev
,
Source
§
fn
abbrev
(&self) ->
String
Implementors
§
Source
§
impl
Abbrev
for
Receipt