CharUtils

Trait CharUtils 

Source
pub trait CharUtils {
    // Required method
    fn to_superscript_digit(self) -> Result<char, NotADigit>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl CharUtils for char

Implementors§