ctcore 0.2.0

Precision tools for the CTfile family of file formats.
Documentation
1
2
3
4
5
6
7
use super::Builder;

#[derive(Debug, PartialEq)]
pub enum Target<P, B: Builder<Product = P>> {
    Builder(B),
    Product(P),
}