Type Definition goko::errors::GokoResult[][src]

type GokoResult<T> = Result<T, GokoError>;

Helper type for a call that could go wrong.