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