Fix E0387: Method Called on Trait Object Without Object Safety
Rust compiler error E0387 occurs when attempting to call a method on a trait object that violates object safety rules or when the method is not available on the concrete trait object type.