rust-sctp
rust-sctp copied to clipboard
Migrate try!() macro to '?' operator.
Just simply convert try!() macro to '?' operator to avoid compiler warnings.
Some of Resut<(usize)> is converted to Result