Skip to main content

Intent

Type Alias Intent 

Source
pub type Intent = Identity<ProjectionIntent>;
Expand description

What a request MEANT: its owner-qualified kind over the content commitment it was meant for.

Two requests that meant the same thing derive one of these, whatever machinery would realize them, which is why this is the layer equivalence is compared at.

Aliased Typeยง

pub struct Intent(/* private fields */);