[][src]Trait cynic::utils::FlattenFrom

pub trait FlattenFrom<T> {
    fn flatten_from(args: T) -> Self;
}

Required methods

fn flatten_from(args: T) -> Self

Loading content...

Implementations on Foreign Types

impl<T> FlattenFrom<Option<Vec<Option<T>>>> for Option<Vec<T>>[src]

impl<T> FlattenFrom<Option<Vec<Option<T>>>> for Vec<T>[src]

impl<T> FlattenFrom<Option<Vec<T>>> for Vec<T>[src]

impl<T> FlattenFrom<Vec<Option<T>>> for Vec<T>[src]

Loading content...

Implementors

Loading content...