use fmt;
use ;
// Oops, this type does not implement `Display`...
;
// Create a type that will implement custom display...
;
// Implement custom display...
// Attach custom display implementation to the target type...
// Look! We have just call `display` method on the target type...