Module num_conv::prelude

source ·
Expand description

Anonymously import all extension traits.

This allows you to use the methods without worrying about polluting the namespace or importing them individually.

use num_conv::prelude::*;

Re-exports§