Trait hexavalent::info::Info[][src]

pub trait Info: InfoImpl where
    Self::Type: FromInfoValue, 
{ type Type; }
Expand description

Info about the current context.

Used with PluginHandle::get_info.

This trait is sealed and cannot be implemented outside of hexavalent.

Associated Types

The info’s type.

Can be String, or Option<String>.

Implementors