Trait plexus::encoding::FaceDecoder
source · [−]pub trait FaceDecoder {
type Output: IntoIterator<Item = (Self::Index, Self::Face)>;
type Index: IntoIterator<Item = usize>;
type Face;
}
pub trait FaceDecoder {
type Output: IntoIterator<Item = (Self::Index, Self::Face)>;
type Index: IntoIterator<Item = usize>;
type Face;
}