Skip to main content

owned_pins

Function owned_pins 

Source
fn owned_pins<'a>(
    indexed: &'a IndexedDocument<'a>,
    owner: BlockId,
) -> impl Iterator<Item = (PinId, &'a Pin)> + 'a