[][src]Trait inline_tweak::Tweakable

pub trait Tweakable: Sized {
    fn parse(x: &str) -> Option<Self>;
}

Required methods

fn parse(x: &str) -> Option<Self>

Loading content...

Implementations on Foreign Types

impl Tweakable for u8[src]

impl Tweakable for u16[src]

impl Tweakable for u32[src]

impl Tweakable for u64[src]

impl Tweakable for u128[src]

impl Tweakable for i8[src]

impl Tweakable for i16[src]

impl Tweakable for i32[src]

impl Tweakable for i64[src]

impl Tweakable for i128[src]

impl Tweakable for usize[src]

impl Tweakable for isize[src]

impl Tweakable for bool[src]

impl Tweakable for f32[src]

impl Tweakable for f64[src]

impl Tweakable for &'static str[src]

Loading content...

Implementors

Loading content...