shape

Function shape 

Source
pub fn shape(input: &str) -> IResult<&str, Shape<'_>>
Expand description
Shape =
    SimpleShape
  / EnumShape
  / AggregateShape
  / EntityShape
  / OperationShape