Searched defs:try_from (Results 1 – 2 of 2) sorted by relevance
| /tonic/tonic/src/metadata/ |
| H A D | value.rs | 255 fn try_from(src: &[u8]) -> Result<Self, Self::Error> { in try_from() method 291 fn try_from(src: &[u8; N]) -> Result<Self, Self::Error> { in try_from() method 310 fn try_from(src: Bytes) -> Result<Self, Self::Error> { in try_from() method 332 fn try_from(src: Vec<u8>) -> Result<Self, Self::Error> { in try_from() method 347 fn try_from(s: &'a str) -> Result<Self, Self::Error> { in try_from() method 362 fn try_from(s: &'a String) -> Result<Self, Self::Error> { in try_from() method 377 fn try_from(s: String) -> Result<Self, Self::Error> { in try_from() method
|
| /tonic/tonic/src/transport/channel/ |
| H A D | endpoint.rs | 475 fn try_from(t: Bytes) -> Result<Self, Self::Error> { in try_from() method 483 fn try_from(t: String) -> Result<Self, Self::Error> { in try_from() method 491 fn try_from(t: &'static str) -> Result<Self, Self::Error> { in try_from() method
|