pub trait AsName { // Required method fn name(&self) -> &Name; }
Converts a null-terminated byte-string into a Name.
Name