mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-30 00:23:24 +00:00
Rename aster-frame to ostd
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
fb59fa7a55
commit
59350a8578
@ -11,5 +11,5 @@
|
||||
/// _exclusively_ to one another. In other words, a type should not implement
|
||||
/// both traits.
|
||||
pub trait Dup: Sized {
|
||||
fn dup(&self) -> aster_frame::Result<Self>;
|
||||
fn dup(&self) -> ostd::Result<Self>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user