Crate functional [−] [src]
Traits
| Functor |
Basic functional trait |
| Generic1 |
Generic types can implement this trait providing an ability to extract first generic parameter. |
| Generic2 |
Generic types with at least two parameters can implement this trait providing an ability to extract second generic parameter. |
| Rebind1 |
Generic types can implement this trait
providing an ability to change first generic parameter.
Associated |
| Rebind2 |
Generic types with at least two parameters can implement this trait
providing an ability to change second generic parameter.
Associated |