Trait smtp_proto::IntoString

source ·
pub trait IntoString: Sized {
    // Required method
    fn into_string(self) -> String;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl IntoString for Vec<u8>

Implementors§