Trait hotg_runicos_base_runtime::ResourceFactory[][src]

pub trait ResourceFactory: Send + Sync + 'static {
    fn open_resource(
        &self
    ) -> Result<Box<dyn Read + Send + Sync + 'static>, Error>; }

Required methods

Implementors