two-way file system sync
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112
  1. trait OnlineTest {
  2. // TODO
  3. }
  4. /// Tests whether the system is online by connecting the specified address.
  5. struct GenericOnlineTest {
  6. // TODO
  7. }
  8. impl OnlineTest for GenericOnlineTest {
  9. // TODO
  10. }