Skip to main content

set_agent_name

Method
This is a method of the Session class in the session module.
Set agent name

Signature

def set_agent_name(&mut self, name: impl Into<String>) -> Result<()>

Parameters

name
impl Into<String>
required
No description available.

Returns

Returns
Result<()>
The result of the operation.