pub trait CharsInput<E>:
Input<Item = char, Error = E>
+ AsBytes
+ AsStr
+ StartWith<&'static str>
+ Find<&'static str>
+ Clone
+ Debug
+ Eq { }Available on crate feature
chars only.Expand description
Facade trait for Chars stream.
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.