File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ use crate::{
1010
1111// These types are the key gadgets that allow the transition from the generic interface of this wrapper 
1212// to the flat function interface of the C library. 
13- // They essentially form a tree in the type system with assiociated  as edge transitions. 
14- // Maybe it is possible top implement  this goal more in a more simple way, but this is what I came up with. 
13+ // They essentially form a tree in the type system with associated types  as edge transitions. 
14+ // Maybe it is possible topimplement  this goal more in a more simple way, but this is what I came up with. 
1515pub  type  SmallAlphabetFunctionsDispatch < I ,  O ,  P >  =
1616    <<<P  as  Parallelism >:: WithInput < I ,  O >  as  InputDispatch < I ,  O > >:: WithOutput  as  OutputDispatch < 
1717        I , 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments