Skip to main content

CmdlineOwned

Type Alias CmdlineOwned 

Source
pub type CmdlineOwned = Cmdline<'static>;
Expand description

An owned Cmdline. Alias for Cmdline<'static>.

Aliased Type§

pub struct CmdlineOwned(/* private fields */);

Trait Implementations§

Source§

impl From<Vec<u8>> for CmdlineOwned

Source§

fn from(input: Vec<u8>) -> Self

Creates a new Cmdline from an owned Vec<u8>.