Skip to main content

FixtureHandler

Type Alias FixtureHandler 

Source
pub type FixtureHandler = Arc<dyn Fn(&str) -> Result<(), String> + Send + Sync>;
Expand description

Handler that applies a named fixture to the app state.

Aliased Typeยง

pub struct FixtureHandler { /* private fields */ }