Trait IntoDomain

pub trait IntoDomain: IntoDomainImpl { }
Expand description

A trait which can be use by crates where a Domain is expected, it can however only be implemented by the rama-net rate.

Implementations on Foreign Types§

§

impl IntoDomain for &'static str

Implementors§