Trait OutputSizeUser

trait OutputSizeUser

Types which return data with the given size.

Associated Types

type OutputSize: TraitBound { trait_: Path { path: "ArrayLength", id: Id(16), args: Some(AngleBracketed { args: [Type(Primitive("u8"))], constraints: [] }) }, generic_params: [], modifier: None } + Outlives("'static")

Size of the output in bytes.

Provided Methods

fn output_size() -> usize

Return output size in bytes.