pub trait FromStringBase: Sized {
    fn from_string_base(base: u8, s: &str) -> Option<Self>;
}
Expand description

Converts a string slice in a given base to a value.

Required Methods

Implementations on Foreign Types

This is a wrapper over the from_str_radix functions in the standard library, for example this one.

This is a wrapper over the from_str_radix functions in the standard library, for example this one.

This is a wrapper over the from_str_radix functions in the standard library, for example this one.

This is a wrapper over the from_str_radix functions in the standard library, for example this one.

This is a wrapper over the from_str_radix functions in the standard library, for example this one.

This is a wrapper over the from_str_radix functions in the standard library, for example this one.

This is a wrapper over the from_str_radix functions in the standard library, for example this one.

This is a wrapper over the from_str_radix functions in the standard library, for example this one.

This is a wrapper over the from_str_radix functions in the standard library, for example this one.

This is a wrapper over the from_str_radix functions in the standard library, for example this one.

This is a wrapper over the from_str_radix functions in the standard library, for example this one.

This is a wrapper over the from_str_radix functions in the standard library, for example this one.

Implementors