Type Definition diem_sdk::client::StreamResult

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