Enum sedregex::Command[][src]

pub enum Command {
    S,
    Empty,
}

Supported commands.

Variants

A default command "s".

An empty command, same as Command::S.

Trait Implementations

impl FromStr for Command
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Command

impl Sync for Command