pub trait Builder { type Target; // Required method fn builder() -> Self::Target where Self: Sized; }