Trait libimagentrylink::internal::iter::IntoValues [] [src]

pub trait IntoValues {
    fn into_values(self) -> Vec<Result<Value>>;
}

Required Methods

Implementors