Trait constriction::Semantics[][src]

pub trait Semantics: Default { }
Expand description

A trait for marking how reading and writing order relate to each other.

This is currently only used in the backends module. Future versions of constriction may expand its use to frontends.

Implementors