pub trait TryAsSpace {
// Required method
fn try_as_space(&self, scope: &dyn LkEnv) -> Result<Space>;
}
Required Methods§
fn try_as_space(&self, scope: &dyn LkEnv) -> Result<Space>
Implementations on Foreign Types§
Source§impl TryAsSpace for &[&[u8]]
impl TryAsSpace for &[&[u8]]
Source§impl TryAsSpace for str
The full space expression format “domain:group:/some/path”
impl TryAsSpace for str
The full space expression format “domain:group:/some/path”