Skip to content

Commit ca4cc5e

Browse files
authored
ibc-types-domain-type: remove TypeUrl trait definition (#77)
1 parent c807d01 commit ca4cc5e

File tree

1 file changed

+0
-4
lines changed
  • crates/ibc-types-domain-type/src

1 file changed

+0
-4
lines changed

crates/ibc-types-domain-type/src/lib.rs

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ extern crate std;
1010
mod prelude;
1111
use prelude::*;
1212

13-
pub trait TypeUrl {
14-
const TYPE_URL: &'static str;
15-
}
16-
1713
/// A marker type that captures the relationships between a domain type (`Self`) and a protobuf type (`Self::Proto`).
1814
pub trait DomainType
1915
where

0 commit comments

Comments
 (0)