Docs.rs
depo-api-0.15.0
depo-api 0.15.0
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
FlankedBy
depo_
api
0.15.0
Flanked
By
Required Methods
flanked_by
Implementors
In depo_
api::
request::
util
depo_api
::
request
::
util
Trait
Flanked
By
Copy item path
Source
pub trait FlankedBy { // Required method fn
flanked_by
(&self, left: &
str
, right: &
str
) ->
String
; }
Required Methods
§
Source
fn
flanked_by
(&self, left: &
str
, right: &
str
) ->
String
Implementors
§
Source
§
impl<T>
FlankedBy
for T
where T:
AsRef
<
str
>,