pub type vstr<Rule> = VStr<Rule>;Expand description
Create a validated string slice.
See VStr for more information.
Aliased Type§
pub struct vstr<Rule> { /* private fields */ }Trait Implementations§
Source§impl<R: ValidateString> ToOwned for vstr<R>
Available on crate feature alloc only.
impl<R: ValidateString> ToOwned for vstr<R>
Available on crate feature
alloc only.