macro_rules! bytes_to_scalar {
($param:expr) => { ... };
}
Expand description
Converts a string to a scalar if succeeded, otherwise returns false.
macro_rules! bytes_to_scalar {
($param:expr) => { ... };
}
Converts a string to a scalar if succeeded, otherwise returns false.