// This is free and unencumbered software released into the public domain.
usesuper::{prelude::Box, System};useprotoflow_core::Block;/// A trait for instantiating a block in a given system.
pubtraitBlockInstantiation{fninstantiate(&self, _system:&mut System)->Box<dyn Block>{unimplemented!()}}