hide SingularResolution

This commit is contained in:
AF 2023-06-30 20:20:45 +00:00
parent b50d7582ba
commit b333548757

View File

@ -1,7 +1,7 @@
use crate::rcore::*; use crate::rcore::*;
use crate::rstd::*; use crate::rstd::*;
pub trait SingularResolution<'a, Ctx: Context<'a>>: 'a { trait SingularResolution<'a, Ctx: Context<'a>>: 'a {
fn singular(self: Rc<Self>) -> HashResolution<'a, Ctx>; fn singular(self: Rc<Self>) -> HashResolution<'a, Ctx>;
fn s_hash(&self) -> Hash; fn s_hash(&self) -> Hash;