Skip to main content

QbWrapOpt

Trait QbWrapOpt 

Source
pub trait QbWrapOpt {
    type Item;

    // Required method
    fn _qb_wrap(self) -> Vec<Self::Item>;
}

Required Associated Types§

Required Methods§

Source

fn _qb_wrap(self) -> Vec<Self::Item>

Implementations on Foreign Types§

Source§

impl<T> QbWrapOpt for Option<T>

Source§

type Item = T

Source§

fn _qb_wrap(self) -> Vec<T>

Implementors§