pub trait FluidReplaceableExt {
// Required method
fn can_be_replaced_by_fluid(&self, fluid: BlockRef) -> bool;
}Required Methods§
fn can_be_replaced_by_fluid(&self, fluid: BlockRef) -> bool
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".