[][src]Trait scale_info::form::FormString

pub trait FormString: AsRef<str> + PartialEq + Eq + PartialOrd + Ord + Clone + Debug { }

Trait for types which can be used to represent strings in type definitions.

Implementations on Foreign Types

impl FormString for &'static str[src]

Loading content...

Implementors

impl FormString for String[src]

Loading content...