pub async fn send_trusted_domain_list(
conn: &Connection,
list: &[String],
) -> Result<()>
๐Deprecated since 0.8.1: Use Connection::send_trusted_domain_list directly
Expand description
Sends a list of trusted domains to the client.
ยงErrors
Returns an error if serialization failed or communication with the client failed.