Docs.rs
account-compression-0.5.0
account-compression 0.5.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ananas-block
Dependencies
aligned-sized ^0.3.0
normal
anchor-lang =0.29.0
normal
bytemuck ^1.16
normal
light-bounded-vec ^0.3.0
normal
light-concurrent-merkle-tree ^0.3.0
normal
light-hash-set ^0.3.0
normal
light-hasher ^0.3.0
normal
light-heap ^0.3.0
normal
optional
light-indexed-merkle-tree ^0.3.0
normal
light-utils ^0.3.0
normal
num-bigint ^0.4
normal
num-traits ^0.2.18
normal
solana-security-txt ^1.1.0
normal
solana-sdk =1.18.11
normal
Versions
17.19%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
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
account_compression
0.5.0
Id
Required Methods
id
Object Safety
Implementors
In account_compression::processor::initialize_address_merkle_tree
Trait
account_compression
::
processor
::
initialize_address_merkle_tree
::
Id
Copy item path
source
·
[
−
]
pub trait Id { // Required method fn
id
() ->
Pubkey
; }
Expand description
Defines the id of a program.
Required Methods
§
source
fn
id
() ->
Pubkey
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
Id
for
AccountCompression
source
§
impl
Id
for
System