[][src]Type Definition rustube::IdBuf

type IdBuf = Id<'static>;

Alias for an owned Id.

Implementations

impl IdBuf[src]

pub fn from_string(id: String) -> Result<Self, String>[src]

This is supported on crate features regex and std only.

pub fn from_string(id: String) -> Result<Self, String>[src]

This is supported on non-crate feature regex or non-crate feature std only.