Enum ion_binary_rs::Symbol [−][src]
pub enum Symbol {
Symbol(String),
Dummy,
}Expand description
A table symbol. It can b used together with the “with_shared_table” method in order to define new shared tables.
Variants
Symbol(String)Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Symbolimpl UnwindSafe for SymbolBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self