use fmt;
use TryFromRef;
/// Struct that implement [`TryFromRef`] and always returns `Err`,
/// used to fake variables when don't needed in expressions.
///
/// Prefer using this type with the [`DummyVariables`] fake container.
///
/// [`TryFromRef`]: ../convert_ref/trait.TryFromRef.html
/// [`DummyVariables`]: ../variable/struct.DummyVariables.html
;