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