remote-trait-object icon indicating copy to clipboard operation
remote-trait-object copied to clipboard

Support local mock

Open junha1 opened this issue 4 years ago • 0 comments

Two things must be supported for the local mock

  1. ServiceRef now has third enum variant Local, which holds directly the smart pointer to service object
  2. ServiceRef::import() to could be possible only by some another wrapper, that should be generated by proc-macro

junha1 avatar Jul 08 '20 08:07 junha1