[][src]Function glsp::str_from_iter

pub fn str_from_iter<T>(iter: T) -> Result<Root<Str>, GError> where
    T: IntoIterator,
    <T as IntoIterator>::Item: IntoElement<char>, 

Constructs a string from the characters in a Rust iterator.

Returns an Err if type conversion fails for any element.