Skip to main content

ToOctalString

Trait ToOctalString 

Source
pub trait ToOctalString: Octal {
    // Required method
    fn to_octal_string(&self) -> String;
}
Expand description

A trait that provides an ergonomic way to create the string specified by an Octal implementation.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§