pub trait IoNetworkResultExt<T> { // Required method fn into_network_result(self) -> Result<NetworkResult<T>>; }