Function bonsaidb::core::test_util::user_management_tests
pub async fn user_management_tests<C, S>(
admin: &C,
server: S,
server_name: &str
) -> impl Future<Output = Result<(), Error>>where
C: AsyncConnection,
S: AsyncStorageConnection,