pub async fn list(
client: &impl Client,
mount: &str,
) -> Result<ListUsersResponse, ClientError>
Expand description
Lists users.
See ListUsersRequest
pub async fn list(
client: &impl Client,
mount: &str,
) -> Result<ListUsersResponse, ClientError>
Lists users.
See ListUsersRequest