Skip to main content

BeforeFn

Type Alias BeforeFn 

Source
pub type BeforeFn = for<'a> fn(PartsCtx<'a>) -> BeforeFuture<'a>;