[][src]Macro wedpr_macros::string_to_bytes

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

Converts a string to a bytes vector if succeeded, otherwise returns false.