Struct cache_buster::processor::BusterBuilder [−][src]
pub struct BusterBuilder<'a> { /* fields omitted */ }
Expand description
Builder for Buster
.
Implementations
mime_types for hashing
directory for writing results
copy other non-hashed files from source dire to result dir?
follow symlinks?
exclude these files for hashing. They will be copied over without including a hash in the filename Path should be relative to [self.source]
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for BusterBuilder<'a>
impl<'a> Send for BusterBuilder<'a>
impl<'a> Sync for BusterBuilder<'a>
impl<'a> Unpin for BusterBuilder<'a>
impl<'a> UnwindSafe for BusterBuilder<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self