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

type MaybeUtf8Owned = MaybeUtf8<String, Vec<u8>>;

An owned string that may be UTF-8 encoded.