Trait alrulab_core::string::FromString

source ·
pub trait FromString<const N: usize> {
    // Required method
    fn from_string(value: String<N>) -> Value<Self>
       where Self: Sized;
}

Required Methods§

source

fn from_string(value: String<N>) -> Value<Self>
where Self: Sized,

Implementors§