cgp-handler 0.4.2-alpha

Generalized handler interfaces for functional programming
Documentation
1
2
3
use core::marker::PhantomData;

pub struct UseInputDelegate<Components>(pub PhantomData<Components>);