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() -> usize

Return output size in bytes.