Trait common::cache::StreamCreator[−][src]

pub trait StreamCreator: Fn() -> Result<Stream, Box<dyn Error>> + Send + Sync + 'static { }

Implementors