pub fn callable_shape_id(
types: &dyn TypeDatabase,
type_id: TypeId,
) -> Option<CallableShapeId>Expand description
Extract the callable shape id if this is a callable type.
pub fn callable_shape_id(
types: &dyn TypeDatabase,
type_id: TypeId,
) -> Option<CallableShapeId>Extract the callable shape id if this is a callable type.