[][src]Type Definition solana_core::blockstream::SocketBlockstream

type SocketBlockstream = Blockstream<EntrySocket>;

Methods

impl SocketBlockstream[src]

pub fn new(unix_socket: &Path) -> Self[src]