Type Definition diem_sdk::client::Result

pub type Result<T, E = Error> = Result<T, E>;