Type Alias async_hash::Output
pub type Output<T> = GenericArray<u8, <T as OutputSizeUser>::OutputSize>;
Expand description
Output array of [OutputSizeUser
] implementors.
Aliased Type§
struct Output<T> { /* private fields */ }
pub type Output<T> = GenericArray<u8, <T as OutputSizeUser>::OutputSize>;
Output array of [OutputSizeUser
] implementors.
struct Output<T> { /* private fields */ }