Type Definition rustful::context::MaybeUtf8Slice [] [src]

type MaybeUtf8Slice<'a> = MaybeUtf8<&'a str, &'a [u8]>;

A slice of a string that may be UTF-8 encoded.