Trait call_by::Convention [−][src]
There are three fundamental ways to pass a T
as input or return a T
as output: by Val
ue,
by shared immutable Ref
erence, and by unique Mut
able reference.
This is a sealed trait, implemented for all three of these conventions.