Trait solana_ledger_tool::bigtable::BigTableSubCommand[][src]

pub trait BigTableSubCommand {
    fn bigtable_subcommand(self) -> Self;
}

Required methods

fn bigtable_subcommand(self) -> Self[src]

Implementations on Foreign Types

impl BigTableSubCommand for App<'_, '_>[src][]

Implementors