connect_to_mountain_at

Function connect_to_mountain_at 

Source
pub async fn connect_to_mountain_at(
    address: impl Into<String>,
) -> Result<MountainClient, Box<dyn Error>>
Expand description

Convenience function to connect to Mountain with a custom address.

§Parameters

  • address: The gRPC server address

§Returns

Result containing the new MountainClient or a connection error