pub trait AsLabel { // Required method fn as_label(&self) -> &[u8]; }
Trascript labels.
We prefer if labels are &'static [u8] but of course users might require labels provided by another langauge.
&'static [u8]