pub unsafe extern "C" fn cass_inet_from_string(
    str: *const c_char,
    output: *mut CassInet
) -> CassError
Expand description

Returns an inet for the specified string.

Examples: “127.0.0.1” or “::1”

@public @memberof CassInet

@param[in] str @param[out] output