Struct inferno::collapse::guess::Folder [−][src]
pub struct Folder { /* fields omitted */ }Expand description
A collapser that tries to find an appropriate implementation of Collapse
based on the input, then delegates to that collapser if one is found.
If no applicable collapser is found, an error will be logged and nothing will be written.
Trait Implementations
Collapses the contents of the provided reader and writes folded stack lines to the
provided writer. Read more
Returns whether this implementation is appropriate for the given input. Read more
Collapses the contents of the provided file (or of STDIN if infile is None) and
writes folded stack lines to provided writer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Folder
impl UnwindSafe for Folder
Blanket Implementations
Mutably borrows from an owned value. Read more