Skip to main content

ParseByte

Trait ParseByte 

Source
pub trait ParseByte {
    // Required method
    fn to_decimal<T: Integer>(self) -> T;
}

Required Methods§

Source

fn to_decimal<T: Integer>(self) -> T

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementations on Foreign Types§

Source§

impl ParseByte for u8

Source§

fn to_decimal<T: Integer>(self) -> T

Implementors§