/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT license.
*/
use ;
/// A helper struct that prevents a `Fn` or `PureDistanceFunction` from getting inlined
/// into a call-site.
///
/// Helpful for removing the effects of inlining.