Trait e_utils::parse::ToStringWithoutNulls

source ·
pub trait ToStringWithoutNulls {
    // Required method
    fn to_string_without_nulls(&self) -> String;
}
Expand description

剔除空字符

Required Methods§

source

fn to_string_without_nulls(&self) -> String

剔除空字符

Implementations on Foreign Types§

source§

impl ToStringWithoutNulls for Vec<u8>

source§

impl ToStringWithoutNulls for [u8]

Implementors§