Macro bytes_to_scalar

Source
macro_rules! bytes_to_scalar {
    ($param:expr) => { ... };
}
Expand description

Converts a string to a scalar if succeeded, otherwise returns false.