Trait OutputSizeUser
pub trait OutputSizeUser
Types which return data with the given size.
Associated Types
type OutputSize: ArraySize;Size of the output in bytes.
Provided Methods
fn output_size() -> usizeReturn output size in bytes.