pub trait ToNelf: ToNelfSealed {
// Required method
fn to_nelf(self) -> Vec<u8> ⓘ;
}Expand description
Trait used to convert containers of strings to NELF strings.
Already implemented for all iterables of byte slices. Sealed.
pub trait ToNelf: ToNelfSealed {
// Required method
fn to_nelf(self) -> Vec<u8> ⓘ;
}Trait used to convert containers of strings to NELF strings.
Already implemented for all iterables of byte slices. Sealed.