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