[][src]Trait tfrecord::markers::TryInfoImageList

pub trait TryInfoImageList {
    type Error;
    fn try_into_image_list(self) -> Result<Vec<Image>, Self::Error>;
}

A trait marking if the type can be converted to a list of imgaes.

Associated Types

type Error

Loading content...

Required methods

Loading content...

Implementations on Foreign Types

impl<'_> TryInfoImageList for &'_ Tensor[src]

impl TryInfoImageList for Tensor[src]

Loading content...

Implementors

Loading content...