pub async fn read(
client: &impl Client,
mount: &str,
username: &str,
) -> Result<ReadUserResponse, ClientError>
Expand description
Reads information about a user.
See ReadUserRequest
pub async fn read(
client: &impl Client,
mount: &str,
username: &str,
) -> Result<ReadUserResponse, ClientError>
Reads information about a user.
See ReadUserRequest