Type Definition diem_client::StreamResult

source ·
pub type StreamResult<T, E = StreamError> = Result<T, E>;