Open
Description
Looks like it was copy/pasted from the pubsub example.
Topic A
Is not returned here, only the default (which is an empty list, given Vec
is Default
over T
):
rust-sdk/examples/invoke/grpc/server.rs
Lines 55 to 66 in b69e1f8
Perhaps it should read something like:
/// Return an empty list of topics.
... but on that note, should the trait methods provide these default behaviours so we don't have to implement defaults for each unused method?
Activity