Trait seshat::unicode::ToCodePoint[][src]

pub trait ToCodePoint {
    fn to_code_point(&self) -> CodePoint;
}
Expand description

Trait that convert type to CodePoint.

The source type should always in valid code point range.

Required methods

Creates new CodePoint struct from the source.

Implementations on Foreign Types

Implementors