WithScaleType

Trait WithScaleType 

Source
pub trait WithScaleType {
    // Required method
    fn scale_type() -> ScaleType;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl WithScaleType for &str

Source§

impl WithScaleType for f32

Source§

impl WithScaleType for f64

Source§

impl WithScaleType for i8

Source§

impl WithScaleType for i16

Source§

impl WithScaleType for i32

Source§

impl WithScaleType for i64

Source§

impl WithScaleType for i128

Source§

impl WithScaleType for isize

Source§

impl WithScaleType for u8

Source§

impl WithScaleType for u16

Source§

impl WithScaleType for u32

Source§

impl WithScaleType for u64

Source§

impl WithScaleType for u128

Source§

impl WithScaleType for usize

Source§

impl WithScaleType for String

Source§

impl WithScaleType for Instant

Source§

impl WithScaleType for SystemTime

Implementors§