Function dipstick::prefix [] [src]

pub fn prefix<M, IC>(prefix: &str, chain: IC) -> Chain<M> where
    M: Clone + Send + Sync + 'static,
    IC: Into<Chain<M>>, 
Deprecated since 0.5.0

: Use with_name instead, omitting any previously supplied separator.

deprecated, use with_prefix() omitting any previously supplied separator