into_felt252_based
Implementations for Debug
and LowerHex
for types that can be converted into felt252
using the Into
trait. # Examples
impl MyTypeDebug = crate::fmt::into_felt252_based::DebugImpl<MyType>;`
impl MyTypeLowerHex = crate::fmt::into_felt252_based::LowerHexImpl<MyType>;
Fully qualified path: core::fmt::into_felt252_based