Searched defs:SseMachine (Results 1 – 1 of 1) sorted by relevance
36 pub struct SseMachine<S3, S4, NI>(PhantomData<(S3, S4, NI)>); struct37 impl<S3: Copy, S4: Copy, NI: Copy> Machine for SseMachine<S3, S4, NI> implementation