Expand description
Newtype pattern style wrapper for Input
s
This allows us to wrap common types as Input
, such as alloc::vec::Vec<u8>
as crate::inputs::BytesInput
and use those for mutations.
Structs§
- Value
Input - Newtype pattern wrapper around an underlying structure to implement inputs
Type Aliases§
- I8Input
- Input wrapping a <$t>
- I16Input
- Input wrapping a <$t>
- I32Input
- Input wrapping a <$t>
- I64Input
- Input wrapping a <$t>
- I128
Input - Input wrapping a <$t>
- Isize
Input - Input wrapping a <$t>
- U8Input
- Input wrapping a <$t>
- U16Input
- Input wrapping a <$t>
- U32Input
- Input wrapping a <$t>
- U64Input
- Input wrapping a <$t>
- U128
Input - Input wrapping a <$t>
- Usize
Input - Input wrapping a <$t>