Docs.rs
solders-traits-0.21.0
solders-traits 0.21.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kevinheavey
Dependencies
bincode ^1.3.3
normal
pyo3 ^0.20.2
normal
serde_cbor ^0.11.2
normal
serde_json ^1.0.106
normal
solana-banks-client ^1.18.1
normal
optional
solana-sdk ^1.18.1
normal
solders-traits-core =0.21.0
normal
Versions
54.55%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
solders_
traits
0.21.0
ToSigner
Original
Required Methods
to_inner
Implementors
In crate solders_
traits
solders_traits
Trait
ToSignerOriginal
Copy item path
Source
pub trait ToSignerOriginal { // Required method fn
to_inner
(&self) ->
Box
<dyn
SignerTrait
>; }
Required Methods
§
Source
fn
to_inner
(&self) ->
Box
<dyn
SignerTrait
>
Implementors
§