[][src]Macro amcl_wrapper::unbound_bounded_string

macro_rules! unbound_bounded_string {
    ( $string:ident, $start_bound:expr, $end_bound:expr, $error:expr ) => { ... };
}

Checks the given string begins and ends with the given characters, i.e. "bounded" and removes the beginning and ending characters. Throws error if not "bounded"