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