Module const_format::marker_traits

source ·
Available on crate feature fmt only.
Expand description

Marker traits for types that can be formatted and/or be written to.

§Features

This module is only exported with the “fmt” feature

Structs§

Traits§

  • Marker trait for types that implement the const formatting methods.
  • Marker trait for types that can be written into.