Skip to main content

IntoVDQS

Trait IntoVDQS 

Source
pub trait IntoVDQS {
    // Required method
    fn into_vdqs(self) -> VecDeque<SymStr> 
       where Self: Sized;
}

Required Methods§

Source

fn into_vdqs(self) -> VecDeque<SymStr>
where Self: Sized,

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoVDQS for &str

Source§

impl IntoVDQS for VecDeque<SymStr>

Implementors§