Type Definition gclient::Result

source ·
pub type Result<T = (), E = Error> = StdResult<T, E>;
Expand description

Result type with a predefined error type (Error).