mod_interface 0.61.0

Protocol of modularity unifying interface of a module and introducing layers.
Documentation
1
2
3
4
5
6
#![allow(dead_code)]
/// has_exposed
pub fn has_exposed() -> bool
{
  true
}