Skip to main content

ToRoman

Trait ToRoman 

Source
pub trait ToRoman {
    // Required method
    fn to_roman(self) -> Option<Roman>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl ToRoman for f32

Source§

impl ToRoman for f64

Source§

impl ToRoman for i8

Source§

impl ToRoman for i16

Source§

impl ToRoman for i32

Source§

impl ToRoman for i64

Source§

impl ToRoman for u8

Source§

impl ToRoman for u16

Source§

impl ToRoman for u32

Source§

impl ToRoman for u64

Source§

impl ToRoman for usize

Implementors§