Trait uu_stat::ScanUtil[][src]

pub trait ScanUtil {
    fn scan_num<F>(&self) -> Option<(F, usize)>
    where
        F: FromStr
;
fn scan_char(&self, radix: u32) -> Option<(char, usize)>; }

Required methods

fn scan_num<F>(&self) -> Option<(F, usize)> where
    F: FromStr
[src]

fn scan_char(&self, radix: u32) -> Option<(char, usize)>[src]

Loading content...

Implementations on Foreign Types

impl ScanUtil for str[src]

Loading content...

Implementors

Loading content...