[][src]Macro cron_clock::take_till1_s

macro_rules! take_till1_s {
    ($input:expr, $submac:ident!( $($args:tt)* )) => { ... };
    ($input:expr, $f:expr) => { ... };
}
👎 Deprecated since 4.0.0:

Please use take_till1 instead

take_till1_s!(char -> bool) => &str -> IResult<&str, &str> returns the longest non empty list of characters until the provided function succeeds

The argument is either a function char -> bool or a macro returning a `bool