[][src]Macro wedpr_macros::string_to_point

macro_rules! string_to_point {
    ($param:expr) => { ... };
}

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.