satex-core 0.4.1

Satex Core Library
Documentation
1
2
3
4
5
6
pub trait Make {
    ///
    /// Named name
    ///
    fn name(&self) -> &'static str;
}