podstru-internal 0.1.1

Bureaucratic structs to speed up rust development
Documentation
1
2
3
4
5
6
7
pub trait Builder {
  type Target;

  fn builder() -> Self::Target
  where
    Self: Sized;
}