blob: 75b1dc9612dc6700a0b69ce757f47f38cf7fea85 [file] [log] [blame] [view]
# StructDecode<T> typedef
T StructDecode<{T}> = T Function([Decoder](../package-fidl_fidl/Decoder-class.md) decoder, int offset, int depth)
## Implementation
```dart
typedef StructDecode<T> = T Function(Decoder decoder, int offset, int depth);
```