format_tools 0.6.0

Collection of mechanisms for formatting and serialization into string.
Documentation
1
2
3
4
5
6
7
//!
//! Marker type for trait `_ToStringWithFallback` with type parameters.
//!

/// Marker type for trait `_ToStringWithFallback` with type parameters.
#[ derive( Debug, Default, Clone, Copy ) ]
pub struct ToStringWithFallbackParams< How, Fallback >( ::core::marker::PhantomData< fn() -> ( How, Fallback ) > );