pub trait KnownPlacement {
    const TY: PlacementTy;

    fn ty(&self) -> PlacementTy { ... }
}

Required Associated Constants

Provided Methods

Implementors