Docs.rs
depo-api-0.14.0
depo-api 0.14.0
Permalink
Docs.rs crate page
BSD-2-Clause-Patent
Links
Repository
crates.io
Source
Owners
wolfmcnally
Dependencies
anyhow ^1.0.0
normal
bc-components ^0.24.0
normal
bc-envelope ^0.33.0
normal
bc-ur ^0.12.0
normal
bc-xid ^0.12.0
normal
dcbor ^0.22.0
normal
gstp ^0.9.0
normal
hex ^0.4.3
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
depo_
api
0.14.0
Flanked
Function
Required Methods
flanked_function
Implementors
In depo_
api::
request::
util
depo_api
::
request
::
util
Trait
FlankedFunction
Copy item path
Source
pub trait FlankedFunction { // Required method fn
flanked_function
(&self) ->
String
; }
Required Methods
§
Source
fn
flanked_function
(&self) ->
String
Implementors
§
Source
§
impl<T>
FlankedFunction
for T
where T:
AsRef
<
str
>,