pub fn offered_markers(
data: &Drawing<'_>,
blocks: impl IntoIterator<Item = BlockId>,
) -> Vec<SlotMarker>Expand description
The markers blocks offer. A block offers none when nothing may be added
to it — a locked interface and a read-only session both mean that.