Debug and LowerHex for types that can be converted into felt252 using
the Into trait.
Debug and LowerHex for types that can be converted into felt252 using
the Into trait.
impl MyTypeDebug = crate::fmt::into_felt252_based::DebugImpl;
impl MyTypeLowerHex = crate::fmt::into_felt252_based::LowerHexImpl;
Was this page helpful?