//! Tools to help with deducing the type to use for [cisness::LiveWitness] things when you have a
//! concrete type but no type ascription.
use LiveWitness;
/// Create a [`cisness::LiveWitness`] - provide a target type, and also a reference to the source
/// type you want to deduce, and create a live witness that asserts the pointed-to type is the
/// same as the target type.
pub const
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.