Struct scan_rules::scanner::Octal
[−]
[src]
pub struct Octal<Output>(_);
Scans the given Output
type from its octal representation.
pub struct Octal<Output>(_);
Scans the given Output
type from its octal representation.
impl<'a, Output> ScanFromStr<'a> for Octal<Output> where Output: ScanFromOctal<'a>
[src]