When we use the `fmt::Write` trait it is just to call its methods, we can therefore, without any change to the logic, use `as _` when importing the trait. This prevents naming conflicts. Done in preparation for importing the `io::Write` trait.