kvarn::prelude::utils

Struct PresentArguments

source
pub struct PresentArguments { /* private fields */ }
Expand description

The arguments and name of a single Present extension.

Implementations§

source§

impl PresentArguments

source

pub fn empty() -> PresentArguments

Creates an empty representation of Present arguments

source

pub fn name(&self) -> &str

Gets the name of the extension.

source

pub fn iter(&self) -> PresentArgumentsIter<'_>

Returns an iterator of the arguments as strs.

Trait Implementations