Type Definition solana_sdk::transport::Result

source ·
pub type Result<T> = Result<T, TransportError>;