Type Definition safe_network::client::utils::test_utils::ClientResult[][src]

pub type ClientResult<T> = Result<T, Error>;
Expand description