Trait static_files::sets::SetSplitStrategie[][src]

pub trait SetSplitStrategie {
    fn register(&mut self, path: &Path, metadata: &Metadata);
fn should_split(&self) -> bool;
fn reset(&mut self); }
Expand description

Defines the split strategie.

Required methods

Register next file from resources.

Determine, should we split modules now.

Resets internal counters after split.

Implementors