Lines Matching defs:fmt
31 use std::{fmt, ptr};
1148 impl fmt::Debug for BigNumRef {
1149 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
1157 impl fmt::Debug for BigNum {
1158 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
1166 impl fmt::Display for BigNumRef {
1167 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
1175 impl fmt::Display for BigNum {
1176 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {