logo

Type Definition safe_network::client::Result

source · []
pub type Result<T, E = Error> = Result<T, E>;
Expand description

Specialisation of std::Result for Client.