[][src]Trait to_kana::ToKana

pub trait ToKana {
    fn hira(&self) -> Result;
fn kata(&self) -> Result; }

Trait to make a type translatable to kana

Required methods

fn hira(&self) -> Result

Changes the implementing type to Hiragana

fn kata(&self) -> Result

Changes the implementing type to Katakana

Loading content...

Implementations on Foreign Types

impl<'_> ToKana for &'_ str[src]

impl ToKana for String[src]

impl ToKana for u8[src]

impl ToKana for u16[src]

impl ToKana for u32[src]

impl ToKana for u64[src]

impl ToKana for u128[src]

impl ToKana for usize[src]

Loading content...

Implementors

Loading content...