pub fn current_client() -> Option<String>Expand description
Returns the name of the currently executing client, if any.
This function is only meaningful when called from within a client’s action
future. Returns None if called from outside a client context.