term_model::config

Trait FromString

Source
pub trait FromString {
    // Required method
    fn from(input: String) -> Self;
}

Required Methods§

Source

fn from(input: String) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl FromString for Option<Shell<'_>>

Source§

fn from(input: String) -> Self

Implementors§