Module value

Source
Expand description

Newtype pattern style wrapper for Inputs 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§

ValueInput
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>
I128Input
Input wrapping a <$t>
IsizeInput
Input wrapping a <$t>
U8Input
Input wrapping a <$t>
U16Input
Input wrapping a <$t>
U32Input
Input wrapping a <$t>
U64Input
Input wrapping a <$t>
U128Input
Input wrapping a <$t>
UsizeInput
Input wrapping a <$t>