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

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

Trait that convert type to CodePoint.

The source type should always in valid code point range.

Required methods

fn to_code_point(&self) -> CodePoint

Creates new CodePoint struct from the source.

Loading content...

Implementations on Foreign Types

impl ToCodePoint for char[src]

Loading content...

Implementors

Loading content...