hide SingularResolution
This commit is contained in:
parent
b50d7582ba
commit
b333548757
@ -1,7 +1,7 @@
|
||||
use crate::rcore::*;
|
||||
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 s_hash(&self) -> Hash;
|
||||
|
Loading…
Reference in New Issue
Block a user