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
FlankedFunction
depo_
api
0.15.0
Flanked
Function
Required Methods
flanked_function
Implementors
In depo_
api::
request::
util
depo_api
::
request
::
util
Trait
Flanked
Function
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
>,