Function handle_sequential_image

Source
pub async fn handle_sequential_image(
    state: Arc<RwLock<ServerState>>,
) -> Result<Response<Full<Bytes>>>
Expand description

Handle sequential image serving

ยงErrors

Returns an error if no images are configured or if the image cannot be found in the cache.