Docs.rs
mpl-utils-0.4.1
mpl-utils 0.4.1
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
svc01-metaplex
github:metaplex-foundation:protocol
Dependencies
arrayref ^0.3.8
normal
solana-program ^2.2.18
normal
spl-token-2022 ^6.0.0
normal
optional
Versions
65.67%
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
mpl_
utils
0.4.1
ToToken
Account
Required Methods
to_token_account
Implementations on Foreign Types
Account
AccountInfo<'_>
Implementors
In mpl_
utils::
token
mpl_utils
::
token
Trait
ToTokenAccount
Copy item path
Source
pub trait ToTokenAccount { // Required method fn
to_token_account
(self) ->
Account
; }
Required Methods
§
Source
fn
to_token_account
(self) ->
Account
Implementations on Foreign Types
§
Source
§
impl
ToTokenAccount
for
AccountInfo
<'_>
Source
§
fn
to_token_account
(self) ->
Account
Source
§
impl
ToTokenAccount
for
Account
Source
§
fn
to_token_account
(self) ->
Account
Implementors
§