Trait CedarId

Source
pub trait CedarId {
    // Required method
    fn into_smol_string(self) -> SmolStr;
}
Expand description

A type which can be used as a CedarId

Required Methods§

Source

fn into_smol_string(self) -> SmolStr

Convert self into a smol_str::SmolStr

Implementations on Foreign Types§

Source§

impl CedarId for String

Source§

impl CedarId for SmolStr

Implementors§