Function syntax::config::strip_itemsExperimental
[-]
[+]
[src]
pub fn strip_items<F>(krate: Crate, in_cfg: F) -> Crate where F: FnMut(&[Attribute]) -> boolpub fn strip_items<F>(krate: Crate, in_cfg: F) -> Crate where F: FnMut(&[Attribute]) -> bool
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).