json_canvas/edge/endpoint_shape

Types

pub type EndpointShape {
  WithArrow
  WithoutArrow
}

Constructors

  • WithArrow
  • WithoutArrow

Functions

pub fn decode_endpoint_shape(
  dyn: Dynamic,
) -> Result(EndpointShape, List(DecodeError))
Search Document