Trait solana_runtime::accounts_index::ZeroLamport[][src]

pub trait ZeroLamport {
    fn is_zero_lamport(&self) -> bool;
}

Required methods

fn is_zero_lamport(&self) -> bool[src]

Loading content...

Implementors

impl ZeroLamport for AccountInfo[src]

Loading content...