Type Definition aptos_data_client::Result

source · []
pub type Result<T, E = Error> = Result<T, E>;