Closed jvatic closed 2 months ago
Update bar: func(v: borrow<foo>) -> string server implementation to call Foo::bar(&self) vs returning a static string.
bar: func(v: borrow<foo>) -> string
Foo::bar(&self)
Update
bar: func(v: borrow<foo>) -> string
server implementation to callFoo::bar(&self)
vs returning a static string.