Macro bytes_to_point

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

Macros to handle errors and return bool type instead of Result type, which are mainly used to simplify type conversions for Rust FFI. Converts a string to a point if succeeded, otherwise returns false.