Type Definition diem_client::StreamResult[][src]

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